7 Commits

10 changed files with 20 additions and 11 deletions
Split View
  1. + 2
    - 0
      bspwm/bspwmrc
  2. + 1
    - 1
      bspwm/panel/scripts/calendar
  3. + 1
    - 1
      bspwm/panel/scripts/powermenu
  4. + 1
    - 1
      bspwm/panel/scripts/sysmenu
  5. + 2
    - 0
      git/gitconfig
  6. + 3
    - 5
      sh/aliases
  7. + 2
    - 2
      sxhkd/sxhkdrc
  8. + 5
    - 0
      vim/vimrc
  9. + 2
    - 0
      x11/xprofile
  10. + 1
    - 1
      zsh/zshrc

+ 2
- 0
bspwm/bspwmrc

@ -4,6 +4,7 @@ export PANEL_FIFO="/tmp/djsissom-panel-fifo"
export XDG_CURRENT_DESKTOP="KDE"
#export QT_QPA_PLATFORMTHEME="qt5ct"
export SAL_USE_VCLPLUGIN="kde4"
export XDG_MENU_PREFIX=plasma- systemctl --user import-environment XDG_MENU_PREFIX dbus-update-activation-environment XDG_MENU_PREFIX
@ -70,6 +71,7 @@ for i in {1..6}; do
bspc desktop --focus next;
bspc monitor --focus next;
done
bspc monitor --focus next;
#bspc monitor -r Desktop2

+ 1
- 1
bspwm/panel/scripts/calendar

@ -10,7 +10,7 @@ ORIG_IFS=$IFS
IFS=" " read current_month current_year <<< $(date +"%m %Y")
IFS=$ORIG_IFS
screen=1
screen=3
OPTS=`getopt -o m:y:s: -- "$@"`
eval set -- "$OPTS"

+ 1
- 1
bspwm/panel/scripts/powermenu

@ -10,7 +10,7 @@ fi
color0="#000000"
color5="#FFFFFF"
screen=1
screen=3
out="Power
lock

+ 1
- 1
bspwm/panel/scripts/sysmenu

@ -10,7 +10,7 @@ fi
color0="#000000"
color5="#FFFFFF"
screen=1
screen=3
out="Start
urxvt

+ 2
- 0
git/gitconfig

@ -20,3 +20,5 @@
defaultBranch = master
[commit]
gpgsign = true
[safe]
directory = /usr/local/src/web/arcist.org/www

+ 3
- 5
sh/aliases

@ -19,8 +19,8 @@
alias u='cd ..'
alias back='cd "$OLDPWD"'
alias dh='pwd | xclip -i'
alias dg='cd "`xclip -o`"'
alias gh='pwd | xclip -i'
alias gd='cd "`xclip -o`"'
alias ls='ls --literal'
alias ll='ls -lh'
alias la='ls -A'
@ -112,7 +112,7 @@ alias fcomp='for i in *.flac; do ffprobe $i 2>&1 | grep -i composer; done'
# Visuals
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
alias blah='while true; do head -c8 /dev/urandom; sleep 0.02; done | hexdump -C'
alias blah='while true; do head -c8 /dev/urandom; sleep 0.05; done | hexdump -C'
alias matrix='unimatrix -afo -s 95 -l nssssSScCgGkkkkkkkk'
alias pipes='/usr/bin/pipes -t 3 -f 60 -r 8000'
@ -149,8 +149,6 @@ if [ -x /usr/bin/dircolors ]; then
alias ls='ls --color=auto --literal'
alias diff='diff --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
export -UT LS_COLORS=$LS_COLORS'ow=34;7:' ls_colors
fi

+ 2
- 2
sxhkd/sxhkdrc

@ -53,7 +53,7 @@ alt + super + p
# focus/swap window in <direction>
alt + {_,shift +} {h,j,k,l}
bspc node --{focus,swap} {west,south,north,east}
bspc node --{focus,swap} {west,south,north,east} --follow
# preselect window split in <direction>
alt + ctrl + {h,j,k,l}
@ -275,7 +275,7 @@ alt + backslash
# run dmenu launcher
alt + space
dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0
dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 2
#XDG_CURRENT_DESKTOP=KDE dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0
# volume controls

+ 5
- 0
vim/vimrc

@ -120,6 +120,11 @@ aug python
autocmd FileType python setlocal ts=4 sts=4 sw=4 noexpandtab
aug end
aug python
" to override ftype/python.vim
autocmd FileType scss setlocal ts=4 sts=4 sw=4 noexpandtab
aug end
syntax spell toplevel

+ 2
- 0
x11/xprofile

@ -11,6 +11,8 @@ xset b off # Disable PC speaker beep
xset +fp /usr/share/fonts/local # Font dirs
xset +fp /usr/share/fonts/misc
xset fp rehash
export QT_QPA_PLATFORMTHEME=kde
#export QT_QPA_PLATFORMTHEME=qt6ct
picom -b # compositing
dunst & # notifications

+ 1
- 1
zsh/zshrc

@ -24,7 +24,7 @@ fi
zstyle ':completion:*' auto-description 'Specify parameter: %d'
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate _files
zstyle ':completion:*' completions 1
zstyle ':completion:*' expand prefix suffix
zstyle ':completion:*' format 'Completing %d...'

Loading…
Cancel
Save