Make firefox command smarter
This commit is contained in:
parent
24566a61c3
commit
d10623aa10
@ -7,8 +7,12 @@
|
||||
:style swank:*communication-style*
|
||||
:dont-close t)
|
||||
|
||||
;; Commands
|
||||
(defcommand firefox () ()
|
||||
(run-or-raise "firefox" '(:class "firefox")))
|
||||
|
||||
;; Keybindings
|
||||
(define-key stumpwm:*root-map* (kbd "C-f") "exec firefox")
|
||||
(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 "w") "exec rofi -show window")
|
||||
(define-key stumpwm:*root-map* (kbd "P") "exec passmenu")
|
||||
|
Loading…
Reference in New Issue
Block a user