Run emacs in favor of a client

This commit is contained in:
larstvei 2025-08-25 07:56:01 +02:00
parent 992e51ec06
commit 8ad299a155

View File

@ -37,7 +37,7 @@
bind = [
# Open and close applications
"$mod, RETURN, exec, kitty"
"$mod, E, exec, emacsclient -c"
"$mod, E, exec, emacs"
"$mod, B, exec, zen"
"$mod, SPACE, exec, rofi -show drun"
"$mod, Q, killactive"