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.

56 lines
1.6 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
  1. #! /bin/sh
  2. pkill -f clipmenud
  3. pkill -f "bash /sbin/clipmenud"
  4. pkill -f "/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh"
  5. pkill -f "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
  6. source ~/.config.env
  7. eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
  8. export SSH_AUTH_SOCK
  9. clipmenud > /tmp/clipmenud.out 2> /tmp/clipmenud.err &
  10. rm -f ~/.surf/tabbed-surf.xid
  11. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  12. feh --bg-fill /home/yigit/.dotfiles/backgrounds/wallpaper.jpg
  13. xrdb ~/.Xresources &
  14. ~/.scripts/mailsync &
  15. if [ "$NEXTCLOUD" = true ] ; then
  16. nextcloud --background &
  17. fi
  18. if [ "$MCONNECT" = true ] ; then
  19. /usr/local/bin/mconnect -d > /tmp/mconnect 2> /tmp/mconnect.err &
  20. fi
  21. if [ "$ACTIVITYWATCHER" = true ] ; then
  22. pkill -f aw-watcher-window
  23. pkill -f aw-watcher-afk
  24. pkill -f aw-server
  25. aw-server &
  26. aw-watcher-window &
  27. aw-watcher-afk &
  28. fi
  29. xss-lock -- /home/yigit/.scripts/lock &
  30. echo "on" > ~/.cache/dunst
  31. echo "on" > ~/.cache/screensaver
  32. dbus-update-activation-environment --systemd DISPLAY
  33. picom --no-fading-openclose &
  34. firefox-developer-edition app.daily.dev&
  35. bitwarden-desktop &
  36. curl 'http://yeetclock/setcolor?R=136&G=192&B=208' &
  37. ~/.keyboard
  38. xbanish -t 2000 -s &
  39. pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell
  40. pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY
  41. xset b 100
  42. dunst &
  43. touch ~/.cache/dwm-restart
  44. while [ -f /home/yigit/.cache/dwm-restart ];
  45. do
  46. rm -rf /home/yigit/.cache/dwm-restart
  47. dwmblocks > /tmp/dwmblocks.out 2> /tmp/dwmblocks.err &
  48. dwm > /tmp/dwm.log 2> /tmp/dwm.err
  49. sleep 0.2
  50. done