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.

17 lines
442 B

3 years ago
3 years ago
3 years ago
  1. #!/bin/bash
  2. xmodmap -e 'clear Lock' &
  3. xmodmap -e 'keycode 135 = Super_R' &
  4. xmodmap -e 'keycode 66 = Escape' &
  5. xmodmap -e 'keycode 9 = Caps_Lock' &
  6. #pulseaudio --start &
  7. dunst &
  8. xautolock -time 10 -locker slock &
  9. feh --bg-fill ~/Pictures/Wallpapers/nature/$(ls ~/Pictures/Wallpapers/nature/ | shuf -n 1)
  10. #compton -b --backend xrender --config ~/.config/compton/compton.conf &
  11. unclutter &
  12. #transmission-daemon &
  13. #conky -d &
  14. ~/.dwm/dwm-sss &