optimized emacsclient shortcut

This commit is contained in:
paul-loedige
2024-01-06 23:02:16 +01:00
parent 32fa53d91d
commit 922e571dc4
+1 -1
View File
@@ -43,7 +43,7 @@ keys = [
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
Key([mod],"v", lazy.spawn(term + " -e nvim"),desc="Launch NeoVim"),
Key([mod, "shift"],"s", lazy.spawn('gscreenshot -s -o -f /tmp/screenshots'),desc="take a screenshot"),
Key([mod], "m", lazy.spawn('emacsclient -nc'), desc="Launch Emacs (Client)"),
Key([mod], "m", lazy.spawn("emacsclient -c -a 'emacs'"), desc="Launch Emacs (Client)"),
# Toggle between different layouts as defined below
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),