Archlinux basic installation configuration scripts
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
807 B

  1. #! /bin/sh
  2. pgrep -x sxhkd > /dev/null || sxhkd &
  3. setxkbmap ch &
  4. light-locker &
  5. /usr/bin/dunst &
  6. bash /home/ermanno/.config/polybar/forest/launch.sh &
  7. nitrogen --restore
  8. xrandr --output DisplayPort-0 --mode 3840x2160 &
  9. picom --no-fading-openclose &
  10. bspc monitor DisplayPort-0 -d I II III IV V
  11. bspc monitor DisplayPort-1 -d VI
  12. bspc config border_width 0
  13. bspc config window_gap 12
  14. bspc config split_ratio 0.52
  15. bspc config borderless_monocle true
  16. bspc config gapless_monocle true
  17. bspc rule -a Gimp desktop='^8' state=floating follow=on
  18. bspc rule -a firefox desktop='^2'
  19. bspc rule -a Spotify desktop='^5'
  20. bspc rule -a Virt-manager desktop='^4' state=floating
  21. bspc rule -a Org.gnome.Nautilus state=floating
  22. bspc rule -a Kupfer.py focus=on
  23. bspc rule -a Screenkey manage=off