2017-12-25 16:35:45 +00:00
|
|
|
#! /bin/sh
|
2017-12-25 19:07:59 +00:00
|
|
|
#
|
|
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
|
|
#
|
2017-12-29 13:49:28 +00:00
|
|
|
|
|
|
|
# https://wiki.archlinux.org/index.php/GNOME/Keyring
|
|
|
|
# Launch sxhkd
|
|
|
|
sxhkd &
|
|
|
|
# Launch polybar(s)
|
|
|
|
$HOME/.config/polybar/launch.sh &
|
2018-01-06 10:46:26 +00:00
|
|
|
# Set windomanager name to LG3D to get JAVA programs back to work
|
|
|
|
wmname LG3D
|
2017-12-29 13:49:28 +00:00
|
|
|
|
2017-12-25 16:35:45 +00:00
|
|
|
bspc config border_width 2
|
|
|
|
bspc config window_gap 5
|
|
|
|
|
2018-11-13 18:28:08 +00:00
|
|
|
bspc config split_ratio 0.52
|
2017-12-25 16:35:45 +00:00
|
|
|
bspc config borderless_monocle true
|
2018-11-13 18:28:08 +00:00
|
|
|
bspc config gapless_monocle false
|
2017-12-25 16:35:45 +00:00
|
|
|
bspc config click_to_focus true
|
|
|
|
|
2018-11-13 18:28:08 +00:00
|
|
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
2017-12-25 16:35:45 +00:00
|
|
|
|
2018-01-06 10:46:26 +00:00
|
|
|
bspc rule -a Gimp follow=on floating=on
|
2018-11-13 18:28:08 +00:00
|
|
|
bspc rule -a xfce4-notes floating=on
|
|
|
|
bspc rule -a quassel desktop=^9 follow=on
|
|
|
|
bspc rule -a franz desktop=^9 follow=on
|
|
|
|
bspc rule -a spotify desktop=^10 follow=on
|