about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T12·13+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit3e3ba41c5d05f7f9b7cd337413f26d35291d4874 (patch)
treecbb1a3a702813b02a1be2b6773c7e13a01933e01 /configs/shared/.emacs.d/wpc/keybindings.el
parent84eeb374b7130c2c49550946fe0d06aef6722852 (diff)
Bind chrome/browse to EXWM keybinding
I'm hoping to use `chrome/browse` more often!
Diffstat (limited to 'configs/shared/.emacs.d/wpc/keybindings.el')
-rw-r--r--configs/shared/.emacs.d/wpc/keybindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/keybindings.el b/configs/shared/.emacs.d/wpc/keybindings.el
index 1ba5ee48d8..85a6f8cb88 100644
--- a/configs/shared/.emacs.d/wpc/keybindings.el
+++ b/configs/shared/.emacs.d/wpc/keybindings.el
@@ -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