Another copy of my dotfiles. Because I don't completely trust GitHub.
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.

72 lines
2.2 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. #! /bin/sh
  2. mkdir -p /tmp/yigit
  3. pkill -f clipmenud
  4. pkill -9 devmon
  5. pkill -f "bash /sbin/clipmenud"
  6. pkill -f "/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh"
  7. pkill -f "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
  8. pkill -f devmon
  9. rm -rf /tmp/day_cache
  10. source ~/.config.env
  11. gpgconf --dry-run --create-socketdir
  12. eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
  13. systemctl --user import-environment DISPLAY
  14. export SSH_AUTH_SOCK
  15. clipmenud > /tmp/clipmenud.out 2> /tmp/clipmenud.err &
  16. rm -f ~/.surf/tabbed-surf.xid
  17. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  18. ~/.local/share/bin/daily-update
  19. ~/.local/share/bin/keyboard > /tmp/keyboard.out 2> /tmp/keyboard.err
  20. xrdb ~/.config/X11/Xresources &
  21. ~/.local/share/bin/mailsync &
  22. if [ "$NEXTCLOUD" = true ] ; then
  23. nextcloud --background &
  24. fi
  25. mkdir -p ~/Downloads/neomutt
  26. if [ "$MCONNECT" = true ] ; then
  27. mkdir -p ~/Downloads/mconnect
  28. (cd ~/Downloads/mconnect; mconnect -d > /tmp/mconnect 2> /tmp/mconnect.err &)
  29. fi
  30. if [ "$ACTIVITYWATCHER" = true ] ; then
  31. pkill -f aw-watcher-window
  32. pkill -f aw-watcher-afk
  33. pkill -f aw-server
  34. aw-server &
  35. aw-watcher-window &
  36. aw-watcher-afk &
  37. fi
  38. mpd &
  39. mpd-mpris &
  40. touch ~/.cache/nextcloud-track
  41. xss-lock -- /home/yigit/.local/share/bin/lock &
  42. echo "on" > ~/.cache/screensaver
  43. dbus-update-activation-environment --systemd DISPLAY
  44. picom --no-fading-openclose &
  45. brave-start &
  46. bitwarden-desktop &
  47. curl 'http://yeetclock/setcolor?R=136&G=192&B=208' &
  48. xbanish -t 2000 -s &
  49. pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell
  50. pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY
  51. xset b 100
  52. xset dpms 600 600 600
  53. ~/.local/share/bin/devmon --exec-on-drive "/sbin/notify-send '禍 drive mounted' '%l (%f) at %d '" \
  54. --exec-on-remove "/sbin/notify-send '禍 drive removed' '%l (%f) from %d '" \
  55. --exec-on-unmount "/sbin/notify-send '禍 drive unmounted' '%l (%f) from %d '" \
  56. --no-unmount --no-gui &
  57. touch ~/.cache/dwm-restart
  58. while [ -f /home/yigit/.cache/dwm-restart ];
  59. do
  60. rm -rf /home/yigit/.cache/dwm-restart
  61. dwmblocks > /tmp/dwmblocks.out 2> /tmp/dwmblocks.err &
  62. dwm > /tmp/dwm.log 2> /tmp/dwm.err
  63. sleep 0.2
  64. done