Use rofi drun instead of run
This commit is contained in:
parent
4a8da0c8b6
commit
e30ca060e7
@ -53,7 +53,7 @@
|
||||
|
||||
;; Keybindings
|
||||
(define-key stumpwm:*root-map* (kbd "C-f") "firefox")
|
||||
(define-key stumpwm:*root-map* (kbd "d") "exec rofi -show run")
|
||||
(define-key stumpwm:*root-map* (kbd "d") "exec rofi -show drun")
|
||||
(define-key stumpwm:*root-map* (kbd "w") "exec rofi -show window")
|
||||
(define-key stumpwm:*root-map* (kbd "P") "exec passmenu")
|
||||
(define-key stumpwm:*root-map* (kbd "N") "exec networkmanager_dmenu")
|
||||
|
Loading…
Reference in New Issue
Block a user