Hatkat

bspwmrc

May 26th, 2023
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. pgrep -x sxhkd > /dev/null || sxhkd &
  4.  
  5. bspc monitor -d I II III IV V VI VII VIII IX X
  6.  
  7. $HOME/.config/polybar/launch.sh
  8.  
  9. nitrogen --restore &
  10. picom -f &
  11.  
  12. bspc config border_width 0
  13. bspc config window_gap 12
  14.  
  15. bspc config split_ratio 0.51
  16. bspc config borderless_monocle true
  17. bspc config gapless_monocle true
  18.  
  19. bspc rule -a Gimp desktop='^8' state=floating follow=on
  20. bspc rule -a Chromium desktop='^2'
  21. bspc rule -a mplayer2 state=floating
  22. bspc rule -a Kupfer.py focus=on
  23. bspc rule -a Screenkey manage=off
  24.  
  25. xsetroot -cursor_name left_ptr &
  26.  
Advertisement
Add Comment
Please, Sign In to add comment