Bind chrome/browse to EXWM keybinding
I'm hoping to use `chrome/browse` more often!
This commit is contained in:
parent
84eeb374b7
commit
3e3ba41c5d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
(require 'clipboard)
|
||||
(require 'screen-brightness)
|
||||
(require 'chrome)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Configuration
|
||||
|
@ -31,5 +32,7 @@
|
|||
(keybinding/exwm "<XF86AudioRaiseVolume>" #'pulse-audio/increase-volume)
|
||||
(keybinding/exwm "<XF86AudioMicMute>" #'pulse-audio/toggle-microphone)
|
||||
|
||||
(keybinding/exwm "C-M-c" #'chrome/browse)
|
||||
|
||||
(provide 'keybindings)
|
||||
;;; keybindings.el ends here
|
||||
|
|
Loading…
Reference in a new issue