Advertisement
Guest User

~/.config/bspwm/bspwmrc

a guest
Nov 20th, 2019
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1.  
  2. #! /bin/sh
  3.  
  4. sxhkd &
  5.  
  6. bspc monitor -d I II III IV V VI VII VIII IX X
  7.  
  8. bspc config border_width         2
  9. bspc config window_gap          12
  10.  
  11. bspc config split_ratio          0.52
  12. bspc config borderless_monocle   true
  13. bspc config gapless_monocle      true
  14.  
  15. bspc rule -a Gimp desktop='^8' state=floating follow=on
  16. bspc rule -a Chromium desktop='^2'
  17. bspc rule -a mplayer2 state=floating
  18. bspc rule -a Kupfer.py focus=on
  19. bspc rule -a Screenkey manage=off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement