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],"f", lazy.spawn("firefox"),desc="Launch firefox"),
|
||||||
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
|
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
|
||||||
Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),
|
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],"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"),
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,5 @@ nm-applet &
|
|||||||
blueman-applet &
|
blueman-applet &
|
||||||
thunderbird &
|
thunderbird &
|
||||||
clickup &
|
clickup &
|
||||||
fcitx -d&
|
fcitx5 -d&
|
||||||
|
emacs --daemon &
|
||||||
@@ -140,9 +140,6 @@ alias ftemplate='git fetch template'
|
|||||||
alias mtemplate='git merge template/master --allow-unrelated-histories'
|
alias mtemplate='git merge template/master --allow-unrelated-histories'
|
||||||
alias log='git log'
|
alias log='git log'
|
||||||
|
|
||||||
# docker
|
|
||||||
alias docker='sudo docker' # use normal docker command but keep sudo requirement
|
|
||||||
|
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
|
|
||||||
#neofetch
|
#neofetch
|
||||||
|
|||||||
Reference in New Issue
Block a user