added emacs everywhere keybinding
This commit is contained in:
parent
4c2c383ff8
commit
f651e51e3c
1 changed files with 4 additions and 1 deletions
|
@ -167,5 +167,8 @@ super + b
|
||||||
super + c
|
super + c
|
||||||
rofi -show calc -modi calc -no-show-match -no-sort | xclip -selection clipboard
|
rofi -show calc -modi calc -no-show-match -no-sort | xclip -selection clipboard
|
||||||
# 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