summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-21 15:42:31 +0300
committerThanos Apollo <[email protected]>2023-07-21 15:42:31 +0300
commit6b72d089297fa9532cf406b6f40c959b6f00721f (patch)
treeba68fdaa9dfb9b55d952e2eef43541ed49faccb5
parentbd1eba9fb4676956f270242e122f4f13715f999c (diff)
stumpwm: Update background and replace rofi with emacs
-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")