change emacsclient to $VISUAL
This commit is contained in:
parent
d5f81fda39
commit
905ed8fd70
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ $mainMod = SUPER
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, emacsclient -nc
|
bind = $mainMod, E, exec, $VISUAL
|
||||||
bind = $mainMod, W, exec, firefox
|
bind = $mainMod, W, exec, firefox
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, wofi --show drun
|
bind = $mainMod, R, exec, wofi --show drun
|
||||||
|
|
Loading…
Reference in a new issue