summaryrefslogtreecommitdiff
path: root/.stumpwm.d
diff options
context:
space:
mode:
Diffstat (limited to '.stumpwm.d')
-rw-r--r--.stumpwm.d/keybindings.lisp3
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")