diff options
Diffstat (limited to 'configs/shared/.emacs.d/wpc/keybindings.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/keybindings.el | 3 |
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 85a6f8cb8852..22457c3b6d37 100644 --- a/configs/shared/.emacs.d/wpc/keybindings.el +++ b/configs/shared/.emacs.d/wpc/keybindings.el @@ -13,6 +13,7 @@ (require 'clipboard) (require 'screen-brightness) (require 'chrome) +(require 'scrot) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Configuration @@ -34,5 +35,7 @@ (keybinding/exwm "C-M-c" #'chrome/browse) +(keybinding/exwm (kbd/raw 'x11 "s") #'scrot/select) + (provide 'keybindings) ;;; keybindings.el ends here |