-
- #! /bin/sh
-
- sxhkd &
-
- bspc config border_width 2
- bspc config window_gap 20
- bspc config top_padding 15
-
- bspc config split_ratio 0.50
- bspc config borderless_monocle false
- bspc config gapless_monocle false
- bspc config focus_by_distance true
- bspc config focus_follows_pointer true
-
-
-
- bspc monitor -d i ii iii iv v vi vii viii ix x
-
- bspc rule -a mpv state=floating
- bspc rule -a Steam desktop=^2 follow=off state=floating
- bspc rule -a rtorrent desktop=^9 follow=off
- #bspc rule -a Sxiv state=floating
- bspc rule -a Connman-gtk state=floating
- bspc rule -a "Sunless Sea.x86_64" state=floating
-
- exec urxvtd --quiet --opendisplay --fork &
-
- #/home/eichhorn/.lemonbar/panel_left &
- #/home/eichhorn/.lemonbar/panel_center &
- #/home/eichhorn/.lemonbar/panel_right &
-
- $HOME/.config/lemonbuddy/launch.sh
-
-
- #exec urxvtd --quiet --opendisplay --fork &
- #exec urxvt -e rtorrent &
-