aboutsummaryrefslogtreecommitdiffstats
path: root/bspwm
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:12:05 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:12:05 +0000
commit32348feac12ee550e500dca70f5c5ff8befdcd66 (patch)
treed3ba4567d577a22e0483a4291bf1a0fddf4b35bf /bspwm
parent4e048746f5a92238ccd3b2ea6378e232d28ad4d2 (diff)
downloaddotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.tar.gz
dotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.zip
Move startup programs
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/bspwmrc19
1 files changed, 6 insertions, 13 deletions
diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc
index 1468baf..2758af4 100755
--- a/bspwm/bspwmrc
+++ b/bspwm/bspwmrc
@@ -1,18 +1,9 @@
#!/bin/sh
-# Startup programs
-sxhkd -m 1 &
-compton &
-redshift &
-sh ~/.fehbg
-xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1
+bspc monitor -d term web code music 5 6
-$HOME/.config/polybar/launch.sh
-
-bspc monitor -d 1 2 3 4 5 6 7 8 9 10
-
-bspc config border_width 2
-bspc config window_gap 12
+bspc config border_width 0
+bspc config window_gap 10
bspc config split_ratio 0.52
bspc config borderless_monocle true
@@ -20,4 +11,6 @@ bspc config gapless_monocle true
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a 'Firefox Developer Edition' desktop='^2'
-bspc rule -a Emacs desktop='^2'
+bspc rule -a Emacs desktop='^3' state=tiled
+
+$HOME/.config/polybar/launch.sh