added Doom Emacs to quicklaunch

This commit is contained in:
paul-loedige
2022-11-14 10:04:01 +09:00
parent 96562d88ef
commit 7288e9d3cf
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -38,6 +38,7 @@ keys = [
Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"),
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
Key([mod],"d", lazy.spawn("emacsclient -c -a 'emacs'"),desc="Launch Doom Emacs"),
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"),
+2 -1
View File
@@ -18,4 +18,5 @@ nm-applet &
blueman-applet &
thunderbird &
clickup &
fcitx -d&
fcitx5 -d&
emacs --daemon &