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.

22 lines
440 B

  1. #!/bin/sh
  2. lxpolkit &
  3. slstatus &
  4. dunst &
  5. setxkbmap -layout us,ru -option grp:alt_shift_toggle &
  6. xbanish &
  7. xrdb ~/.Xresources &
  8. wmname LG3D &
  9. feh --bg-fill ~/walls/current.png &
  10. picom --experimental-backends &
  11. xautolock -time 5 -locker slock.sh &
  12. brightnessctl set 100% &
  13. wmname LG3D &
  14. emacs --daemon &
  15. eval $(gnome-keyring-daemon --start) &
  16. export SSH_AUTH_SOCK &
  17. #killall pulseaudio
  18. ~/scripts/start-jack.sh &
  19. cadence &
  20. mount ~/nextcloud &