diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-05-03 15:26:10 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-05-03 15:26:10 +0000 |
| commit | ec0e4c4a6a0c3b464e1da1f8ca98fb1740c28813 (patch) | |
| tree | 560a7953b49738a761c0922e8dbd6b93afb260f6 /bspwm/.config | |
| parent | 492068e287319ba764cfac016979bed2197259d2 (diff) | |
dwm stuff
Diffstat (limited to 'bspwm/.config')
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
| -rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 6fe4a03..5bdce90 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -15,7 +15,7 @@ else fi bspc config border_width 0 -bspc config window_gap 35 +bspc config window_gap 0 bspc config split_ratio 0.52 bspc config borderless_monocle true diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index dc636fd..7fbcded 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -31,6 +31,9 @@ super + BackSpace super + shift + BackSpace shutdown now +alt + space + polybar-msg cmd toggle + # # bspwm hotkeys # |
