bspwmrc 774 B

123456789101112131415161718192021222324252627
  1. #!/bin/sh
  2. ~/.config/script/autostart &
  3. bspc monitor -d I II III IV V
  4. bspc config focus_follows_pointer true
  5. bspc config pointer_modifier mod1
  6. bspc config pointer_action1 move
  7. bspc config pointer_action2 resize_side
  8. bspc config pointer_action3 resize_corner
  9. bspc config border_width 0
  10. bspc config window_gap 10
  11. bspc config single_monocle false
  12. bspc config split_ratio 0.50
  13. bspc config borderless_monocle true
  14. bspc config gapless_monocle true
  15. bspc rule -a Alacritty desktop='^1' follow=on
  16. bspc rule -a Chromium desktop='^2'
  17. bspc rule -a *:*:ranger desktop='^3'
  18. bspc rule -a mpv state=floating
  19. bspc rule -a TelegramDesktop desktop='^5'
  20. bspc rule -a Zathura desktop='^4' state=tiled follow=on
  21. bspc rule -a sxiv state=floating