summaryrefslogtreecommitdiff
path: root/stumpwm.org
diff options
context:
space:
mode:
Diffstat (limited to 'stumpwm.org')
-rw-r--r--stumpwm.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/stumpwm.org b/stumpwm.org
index cc6c46c..d00035a 100644
--- a/stumpwm.org
+++ b/stumpwm.org
@@ -40,7 +40,7 @@
(when *initializing*
(run-shell-command
"emacs --daemon &
- feh --bg-scale ~/wallpapers/roxy-library.jpeg &
+ feh --bg-scale ~/wallpapers/eris-chocolates.jpg &
picom &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- ~/Developer/scripts/lock.sh &
setxkbmap -layout us,gr,my-cyr -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'"))
@@ -270,7 +270,7 @@
(define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'")
(define-key *root-map* (kbd "C-R") "restart-soft")
(define-key *root-map* (kbd "M-r") "restart-hard")
- (define-key *root-map* (kbd "p") "exec ~/Developer/rofi-pass/rofi-pass")
+ (define-key *root-map* (kbd "p") "exec emacsclient -e '(thanos/pass-launcher)'")
(define-key *root-map* (kbd "f") "float-this")
(define-key *root-map* (kbd "b") "windowlist")
(define-key *root-map* (kbd "d") "delete-window")