mirror of https://github.com/mitchell/dotfiles.git
Modify bspwmrc for solo usage
This commit is contained in:
parent
c3f1f14336
commit
f8abb7c81e
|
@ -6,6 +6,7 @@ if ! test -e ~/.bspwm_no_lock
|
||||||
end
|
end
|
||||||
|
|
||||||
setxkbmap -option ctrl:swapcaps
|
setxkbmap -option ctrl:swapcaps
|
||||||
|
setxkbmap -option altwin:swap_alt_win
|
||||||
xset s off -dpms
|
xset s off -dpms
|
||||||
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
@ -20,7 +21,6 @@ killall -q polybar barrier barrierc cbatticon pasystray
|
||||||
polybar m-bar &
|
polybar m-bar &
|
||||||
cbatticon &
|
cbatticon &
|
||||||
pasystray &
|
pasystray &
|
||||||
barrier &
|
|
||||||
keepassxc &
|
keepassxc &
|
||||||
|
|
||||||
bspc monitor -d I II III IV V VI VII
|
bspc monitor -d I II III IV V VI VII
|
||||||
|
|
Loading…
Reference in New Issue