Define StumpWM command to change to random background
This commit is contained in:
parent
c78cf80059
commit
a7738ecb03
@ -51,6 +51,12 @@
|
||||
(defcommand org-capture () ()
|
||||
(run-shell-command "emacsclient -a '' -e '(make-orgcapture-frame)'"))
|
||||
|
||||
(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)\"")))
|
||||
|
||||
;; Keybindings
|
||||
(define-key stumpwm:*root-map* (kbd "C-f") "firefox")
|
||||
(define-key stumpwm:*root-map* (kbd "d") "exec rofi -show drun")
|
||||
@ -82,7 +88,7 @@
|
||||
(set '*message-window-padding* 4)
|
||||
|
||||
;; Desktop background
|
||||
(run-shell-command "feh --bg-scale \"/home/jdormit/Dropbox/pictures/desktop/$(ls /home/jdormit/Dropbox/pictures/desktop | shuf -n 1)\"")
|
||||
(run-commands "background-random")
|
||||
|
||||
;; Notifications via Dunst
|
||||
(run-shell-command "/usr/bin/dunst")
|
||||
|
Loading…
Reference in New Issue
Block a user