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.

75 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
  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. dbus-update-activation-environment --systemd DISPLAY
  15. export SSH_AUTH_SOCK
  16. clipmenud > /tmp/clipmenud.out 2> /tmp/clipmenud.err &
  17. rm -f ~/.surf/tabbed-surf.xid
  18. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  19. ~/.local/share/bin/daily-update
  20. ~/.local/share/bin/keyboard > /tmp/keyboard.out 2> /tmp/keyboard.err
  21. xrdb ~/.config/X11/Xresources &
  22. ~/.local/share/bin/mailsync &
  23. if [ "$NEXTCLOUD" = true ] ; then
  24. nextcloud --background &
  25. fi
  26. mkdir -p ~/Downloads/neomutt
  27. if [ "$MCONNECT" = true ] ; then
  28. mkdir -p ~/Downloads/mconnect
  29. (cd ~/Downloads/mconnect; mconnect -d > /tmp/mconnect 2> /tmp/mconnect.err &)
  30. fi
  31. if [ "$ACTIVITYWATCHER" = true ] ; then
  32. pkill -f aw-watcher-window
  33. pkill -f aw-watcher-afk
  34. pkill -f aw-server
  35. aw-server &
  36. aw-watcher-window &
  37. aw-watcher-afk &
  38. fi
  39. mpd
  40. mpd-mpris &
  41. touch ~/.cache/nextcloud-track
  42. xss-lock -- slock &
  43. picom --no-fading-openclose &
  44. brave-start &
  45. bitwarden-desktop &
  46. curl 'http://yeetclock/setcolor?R=136&G=192&B=208' &
  47. dunst &
  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