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-20T16·48+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit3d6b521919db8229b738cfbde34b45b10c8cacf6 (patch)
treeddc0a22238cd5ac191d89e0a60cbd2d273cf97cb /configs/shared/.emacs.d/wpc/keybindings.el
parent16fd606f9199de7cebcce1f19439c3695906d134 (diff)
Ensure scrot.el initializes
- Adds scrot to init.el
- Moves the EXWM keybindings to keybindings.el
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 85a6f8cb88..22457c3b6d 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