added emacs everywhere keybinding
This commit is contained in:
parent
4c2c383ff8
commit
f651e51e3c
1 changed files with 4 additions and 1 deletions
|
@ -169,3 +169,6 @@ super + c
|
||||||
# start emacs
|
# start emacs
|
||||||
super + e
|
super + e
|
||||||
emacsclient -c -a emacs
|
emacsclient -c -a emacs
|
||||||
|
super + shift + e
|
||||||
|
bspc rule -a 'Emacs' -o state=floating sticky=on; \
|
||||||
|
emacsclient --eval "(emacs-everywhere)"
|
||||||
|
|
Loading…
Reference in a new issue