Advertisement
Guest User

bspwmrc

a guest
Jan 3rd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. sxhkd &
  4. xsetroot -cursor_name left_ptr &
  5.  
  6. ###---Monitors--###
  7. bspc monitor -d DP-2 1 2 3 4 5
  8. bspc monitor -d HDMI-0 5 7 8 9 0
  9.  
  10. bspc config border_width 2
  11. bspc config window_gap 4
  12.  
  13. bspc config split_ratio 0.52
  14. bspc config borderless_monocle true
  15. bspc config gapless_monocle true
  16.  
  17. bspc rule -a Gimp desktop='^8' state=floating follow=on
  18. bspc rule -a Firefox desktop='^2'
  19. bspc rule -a mplayer2 state=floating
  20. bspc rule -a Kupfer.py focus=on
  21. bspc rule -a Screenkey manage=off
  22. bspc config focus_follows_pointer true
  23. $HOME/.config/polybar/launch.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement