diff options
author | Thanos Apollo <[email protected]> | 2023-08-03 23:11:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-03 23:11:26 +0300 |
commit | ceadd9626df104edd2d3dd3a18d9c5d9a65bfd1b (patch) | |
tree | 144ef084e1db82ac9496474dbaea488ab81d5989 | |
parent | e71ec2cda0388e4111e122ab9aba403066855ba8 (diff) |
stumpwm: update autostart keyboards and keybindings
-rw-r--r-- | stumpwm.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stumpwm.org b/stumpwm.org index d00035a..37a6e68 100644 --- a/stumpwm.org +++ b/stumpwm.org @@ -43,7 +43,7 @@ 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'")) + setxkbmap -layout us,gr,my-bg -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'")) (setf *startup-message* "Welcome back, Thanos") #+end_src @@ -268,6 +268,7 @@ ;; Run rofi (define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'") + (define-key *root-map* (kbd ",") "exec flameshot gui") (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 emacsclient -e '(thanos/pass-launcher)'") |