diff options
Diffstat (limited to '.config/stumpwm')
-rw-r--r-- | .config/stumpwm/keybindings.lisp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/stumpwm/keybindings.lisp b/.config/stumpwm/keybindings.lisp index d4ec2e5..63da275 100644 --- a/.config/stumpwm/keybindings.lisp +++ b/.config/stumpwm/keybindings.lisp @@ -30,6 +30,12 @@ (define-key *top-map* (kbd "XF86AudioLowerVolume") "exec amixer sset Master 5%-") (define-key *top-map* (kbd "XF86AudioRaiseVolume") "exec amixer sset Master 5%+") +;;Keyboard-light + +(define-key *top-map* (kbd "XF86Explorer") "exec brightnessctl --device='tpacpi::kbd_backlight' set +1") +(define-key *top-map* (kbd "XF86LaunchA") "exec brightnessctl --device='tpacpi::kbd_backlight' set 1-") +(define-key *top-map* (kbd "") "exec amixer sset Master 5%+") + ;;; Groups ;; Switch to group (define-key *top-map* (kbd "s-1") "gselect 1") @@ -50,4 +56,4 @@ ;; Focus (define-key *top-map* (kbd "s-b") "move-focus left") (define-key *top-map* (kbd "s-f") "move-focus right") -(define-key *top-map* (kbd "s-n") "move-focus down")
\ No newline at end of file +(define-key *top-map* (kbd "s-n") "move-focus down") |