spacepaste

  1.  
  2. #! /bin/sh
  3. sxhkd &
  4. bspc config border_width 2
  5. bspc config window_gap 20
  6. bspc config top_padding 15
  7. bspc config split_ratio 0.50
  8. bspc config borderless_monocle false
  9. bspc config gapless_monocle false
  10. bspc config focus_by_distance true
  11. bspc config focus_follows_pointer true
  12. bspc monitor -d i ii iii iv v vi vii viii ix x
  13. bspc rule -a mpv state=floating
  14. bspc rule -a Steam desktop=^2 follow=off state=floating
  15. bspc rule -a rtorrent desktop=^9 follow=off
  16. #bspc rule -a Sxiv state=floating
  17. bspc rule -a Connman-gtk state=floating
  18. bspc rule -a "Sunless Sea.x86_64" state=floating
  19. exec urxvtd --quiet --opendisplay --fork &
  20. #/home/eichhorn/.lemonbar/panel_left &
  21. #/home/eichhorn/.lemonbar/panel_center &
  22. #/home/eichhorn/.lemonbar/panel_right &
  23. $HOME/.config/lemonbuddy/launch.sh
  24. #exec urxvtd --quiet --opendisplay --fork &
  25. #exec urxvt -e rtorrent &
  26.