diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 5ec4ed4..3550cfa 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -15,6 +15,8 @@ bspc config focus_follows_pointer true bspc monitor -d 1 2 3 4 5 6 7 8 9 +bspc rule -a Emacs state=tiled + # Make idempotent killall -q sxhkd killall -q xdotool |