My dotfiles
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.

12 lines
268 B

  1. #!/bin/sh
  2. slstatus &
  3. dunst &
  4. setxkbmap -layout us,ru -option grp:alt_shift_toggle &
  5. xbanish &
  6. xrdb ~/.Xresources &
  7. feh --bg-scale ~/walls/collections/wallhaven-wyrqg7.png &
  8. picom --experimental-backends &
  9. xautolock -time 5 -locker slock.sh &
  10. brightnessctl set 100% &