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.

20 lines
380 B

  1. #!/bin/sh
  2. lxpolkit &
  3. slstatus &
  4. fcitx5 &
  5. dunst &
  6. xrdb ~/.Xresources &
  7. feh --bg-fill ~/walls/current.png &
  8. picom &
  9. amixer -c 1 sset 'Master' 0%
  10. amixer -c 1 sset 'Speaker' 0%
  11. xautolock -time 5 -locker slock.sh &
  12. brightnessctl set 100% &
  13. wmname LG3D &
  14. emacs --daemon &
  15. flameshot &
  16. eval "$(gnome-keyring-daemon --start)" &
  17. export SSH_AUTH_SOCK &
  18. easyeffects --gapplication-service &