You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.3KB

  1. #!/bin/zsh
  2. bspc config border_width 0
  3. bspc config window_gap 10
  4. bspc config borderless_monocle true
  5. bspc config gapless_monocle true
  6. bspc config focus_by_distance true
  7. bspc config initial_polarity second_child
  8. bspc config split_ratio 0.6
  9. bspc config remove_unplugged_monitors true
  10. bspc config ignore_ewmh_focus true
  11. bspc config click_to_focus any
  12. bspc config pointer_modifier mod4
  13. bspc config pointer_action1 move
  14. bspc config pointer_action2 resize_corner
  15. bspc config presel_feedback_color "#FFFFFF"
  16. echo 1 > /tmp/lastdesk-vnc
  17. # Monitors
  18. bspc monitor VNC-0 -d  1
  19. # Rules
  20. bspc rule -a qutebrowser desktop=
  21. bspc rule -a Arandr state=floating
  22. bspc rule -a Zathura state=tiled
  23. bspc rule -a Pinentry state=floating
  24. bspc rule -a Soffice state=tiled
  25. bspc rule -a Emacs state=tiled
  26. bspc rule -a kitty:Meteo monitor=^1 sticky=on state=floating rectangle=880x580+500+70
  27. # Popup CLI apps
  28. bspc rule -a kitty:Ranger-vnc sticky=on state=floating rectangle=1820x900+0+0 center=on
  29. wmname compiz
  30. # dunst &
  31. picom -b
  32. # Wallpaper
  33. hsetroot -fill .config/bspwm/cat_sitting_hegp.png
  34. xsetroot -cursor_name left_ptr
  35. conky -d -c .config/conky/conkyrc &
  36. /home/maxx/.vnc/panel &
  37. # Applications
  38. # davmail &
  39. unclutter &
  40. bspc config top_padding 20
  41. # sleep 1
  42. # tray &
  43. kitty &