diff options
author | Thanos Apollo <[email protected]> | 2024-02-07 18:02:02 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-07 18:02:02 +0200 |
commit | 7c34a8c32a83bc094b824f5ec3f0a9bc6aa87385 (patch) | |
tree | 95e4448853d3c5332ce10e935584c1af60d1535b /.stumpwm.d | |
parent | e0ea4793a1c29b4411e78ea4983d74ce56c32fa0 (diff) |
stumpwm:(keys) Add s-n for fnext
Diffstat (limited to '.stumpwm.d')
-rw-r--r-- | .stumpwm.d/keybindings.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp index 5023484..ffba8af 100644 --- a/.stumpwm.d/keybindings.lisp +++ b/.stumpwm.d/keybindings.lisp @@ -54,6 +54,9 @@ (define-key *top-map* (kbd "F2") "exec brightnessctl --device='intel_backlight' set +5%") (define-key *top-map* (kbd "F3") "exec ~/.scripts/keyboard-light-x220.sh") +;; Next +(define-key *top-map* (kbd "s-n") "fnext") + ;Groups ;; Switch to group (define-key *top-map* (kbd "s-1") "gselect 1") |