mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 12:50:12 +00:00
Run emacs in favor of a client
This commit is contained in:
parent
992e51ec06
commit
8ad299a155
@ -37,7 +37,7 @@
|
|||||||
bind = [
|
bind = [
|
||||||
# Open and close applications
|
# Open and close applications
|
||||||
"$mod, RETURN, exec, kitty"
|
"$mod, RETURN, exec, kitty"
|
||||||
"$mod, E, exec, emacsclient -c"
|
"$mod, E, exec, emacs"
|
||||||
"$mod, B, exec, zen"
|
"$mod, B, exec, zen"
|
||||||
"$mod, SPACE, exec, rofi -show drun"
|
"$mod, SPACE, exec, rofi -show drun"
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
|
Loading…
Reference in New Issue
Block a user