Ensure scrot.el initializes
- Adds scrot to init.el - Moves the EXWM keybindings to keybindings.el
This commit is contained in:
parent
16fd606f91
commit
3d6b521919
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue