added Doom Emacs to quicklaunch
This commit is contained in:
@@ -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"),
|
||||
|
||||
|
||||
@@ -18,4 +18,5 @@ nm-applet &
|
||||
blueman-applet &
|
||||
thunderbird &
|
||||
clickup &
|
||||
fcitx -d&
|
||||
fcitx5 -d&
|
||||
emacs --daemon &
|
||||
Reference in New Issue
Block a user