From f651e51e3c24191a0bb83d7c053e63ac2a942839 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Wed, 29 Sep 2021 13:35:53 +0200 Subject: [PATCH] added emacs everywhere keybinding --- modules/desktop/bspwm/sxhkdrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop/bspwm/sxhkdrc b/modules/desktop/bspwm/sxhkdrc index 2a874a4..adbb1a6 100755 --- a/modules/desktop/bspwm/sxhkdrc +++ b/modules/desktop/bspwm/sxhkdrc @@ -167,5 +167,8 @@ super + b super + c rofi -show calc -modi calc -no-show-match -no-sort | xclip -selection clipboard # start emacs -super + e +super + e emacsclient -c -a emacs +super + shift + e + bspc rule -a 'Emacs' -o state=floating sticky=on; \ + emacsclient --eval "(emacs-everywhere)"