Switch out dropbox for Syncthing
This commit is contained in:
parent
5c8dd94bf1
commit
a06264128b
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user