diff options
author | David Robillard <d@drobilla.net> | 2020-02-12 09:30:34 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-12 09:30:34 +0100 |
commit | 2a367099d855fb9baa88495c5c5407af1a025aab (patch) | |
tree | c5b5c9df090853f05665a6709032f78f6e70c262 /bspwm | |
parent | 4191ffcda7be8fb188c5a330db8d44739e8cbfdb (diff) | |
download | dotfiles-2a367099d855fb9baa88495c5c5407af1a025aab.tar.gz dotfiles-2a367099d855fb9baa88495c5c5407af1a025aab.tar.bz2 dotfiles-2a367099d855fb9baa88495c5c5407af1a025aab.zip |
Force emacs to tile initially
Diffstat (limited to 'bspwm')
-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 |