NixOS configs
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.

28 lines
613 B

2 years ago
2 years ago
  1. #!/bin/sh
  2. pkill picom
  3. picom &
  4. nitrogen --restore &
  5. ~/.config/polybar/launch.sh
  6. pgrep -x sxhkd > /dev/null || sxhkd &
  7. #bspc monitor -d I II III IV V VI VII VIII IX X
  8. bspc monitor -d 1 2 3 4 5 6
  9. bspc config border_width 1
  10. bspc config window_gap 20
  11. bspc config top_padding 25
  12. bspc config split_ratio 0.50
  13. bspc config borderless_monocle true
  14. bspc config gapless_monocle true
  15. bspc rule -a Gimp desktop='^8' state=floating follow=on
  16. bspc rule -a Spotify desktop='^6'
  17. # only add if nothing is there
  18. #if test "$(mpc playlist | wc -l)" -eq 0 ; then
  19. # mpc ls | mpc add
  20. #fi