Compare commits

...

3 Commits

Author SHA1 Message Date
randomuser 43065d3c06 update .gitignore 2022-07-08 03:32:18 +00:00
randomuser 7d0da4d304 add bspwm-toggle-gaps 2022-07-08 03:30:59 +00:00
randomuser bf472e1d20 add bspwm-toggle-gaps 2022-07-08 03:29:17 +00:00
4 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -12,3 +12,6 @@ sx/sx
sxhkd/sxhkd
zathura/zathura
python/python
firefox/
htop/htop
tridactyl/tridactyl

View File

@ -13,6 +13,7 @@ bspc config pointer_follows_focus true
bspc config pointer_follows_monitor true
bspc config focus_follows_pointer true
bspc config window_gap 3
bspc config top_padding 20
bspc rule -a st-gpg-menu state=floating

View File

@ -5,6 +5,12 @@ wallpaper
# statusbar
statusbar &
# adjust some keybindings
setxkbmap -option caps:super
killall xcape
xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
# start the wm
sxhkd &
bspwm

View File

@ -78,3 +78,6 @@ super + {_,shift + } {1-9,0}
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}
super + shift + t
bspwm-toggle-gaps