added shortcut for emacs client

This commit is contained in:
paul-loedige
2023-12-20 14:16:30 +01:00
parent 45d8370c19
commit 66a3502e57
+1
View File
@@ -43,6 +43,7 @@ keys = [
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"), Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
Key([mod],"v", lazy.spawn(term + " -e nvim"),desc="Launch NeoVim"), 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, "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)"),
# Toggle between different layouts as defined below # Toggle between different layouts as defined below
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"), Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),