diff options
author | Thanos Apollo <[email protected]> | 2023-03-22 18:08:25 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-22 18:08:25 +0200 |
commit | 5f072f63e621e655916982f75655172bdc866e9f (patch) | |
tree | df93d706e49934b81599df66c32cd2fc4539e2c7 /.config/stumpwm/keybindings.lisp | |
parent | 443469aa5eb3273dc3e3676d718f08b0bbc5e641 (diff) |
stumpwm: Add keybindings for rofi-pass
Diffstat (limited to '.config/stumpwm/keybindings.lisp')
-rw-r--r-- | .config/stumpwm/keybindings.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/stumpwm/keybindings.lisp b/.config/stumpwm/keybindings.lisp index c12e239..f72544d 100644 --- a/.config/stumpwm/keybindings.lisp +++ b/.config/stumpwm/keybindings.lisp @@ -20,6 +20,7 @@ (define-key *root-map* (kbd "`") "select-window-by-number 0") +(define-key *root-map* (kbd "C-p") "exec rofi-pass") (define-key *root-map* (kbd "C-f") "fullscreen") ;; Run rofi |