aboutsummaryrefslogtreecommitdiffstats
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
parent4e048746f5a92238ccd3b2ea6378e232d28ad4d2 (diff)
downloaddotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.tar.gz
dotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.zip
Move startup programs
-rw-r--r--X/.xinitrc8
-rwxr-xr-xbspwm/bspwmrc19
2 files changed, 14 insertions, 13 deletions
diff --git a/X/.xinitrc b/X/.xinitrc
index 299b7e3..4c7197a 100644
--- a/X/.xinitrc
+++ b/X/.xinitrc
@@ -32,5 +32,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
+# Startup programs
+sxhkd -m 1 &
+compton &
+redshift &
+wal -R
+feh --bg-tile "$(< "${HOME}/.cache/wal/wal")"
+xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1
+
#exec i3
exec bspwm
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