Add StumpWM command to remap caps to escape
This commit is contained in:
parent
901b8a6f2e
commit
d016c7bc91
@ -29,6 +29,9 @@
|
||||
(echo-string (current-screen)
|
||||
(format nil "Battery: ~A%" capacity))))
|
||||
|
||||
(defcommand caps->escape () ()
|
||||
(run-shell-command "setxkbmap -option caps:escape"))
|
||||
|
||||
;; Keybindings
|
||||
(define-key stumpwm:*root-map* (kbd "C-f") "firefox")
|
||||
(define-key stumpwm:*root-map* (kbd "d") "exec rofi -show run")
|
||||
|
Loading…
Reference in New Issue
Block a user