diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index 7aacb7c..a132db6 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -117,7 +117,7 @@ ;; Commands (defvar desktop-images-dir - (uiop:native-namestring "~/Dropbox/pictures/desktop/")) + (uiop:native-namestring "~/Sync/pictures/desktop/")) (define-stumpwm-type :desktop-image (input prompt) (or (argument-pop-rest input) @@ -183,8 +183,8 @@ (defcommand background-random () () (run-shell-command (concatenate 'string "feh --bg-scale " - "\"/home/jdormit/Dropbox/pictures/desktop/" - "$(ls /home/jdormit/Dropbox/pictures/desktop | shuf -n 1)\""))) + "\"/home/jdormit/Sync/pictures/desktop/" + "$(ls /home/jdormit/Sync/pictures/desktop | shuf -n 1)\""))) ;; Keybindings (define-key stumpwm:*root-map* (kbd "C-f") "firefox") @@ -234,8 +234,9 @@ ;; Picom compositor (run-shell-command "picom -b") -;; Dropbox -(run-shell-command "/usr/bin/dropbox > /tmp/dropbox.log 2>&1") - ;; Polybar (run-shell-command "polybar top --reload >> /tmp/polybar.top.log 2>&1") + +;; Syncthing Tray +(run-shell-command "syncthingtray") +