From 7288e9d3cf8ad847549fb571d67b74fab0b0b303 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 14 Nov 2022 10:04:01 +0900 Subject: [PATCH] added Doom Emacs to quicklaunch --- qtile/.config/qtile/Keys.py | 1 + qtile/.config/qtile/autostart.sh | 3 ++- zsh/.zshrc | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/qtile/.config/qtile/Keys.py b/qtile/.config/qtile/Keys.py index 18d04ac..92eb8b4 100644 --- a/qtile/.config/qtile/Keys.py +++ b/qtile/.config/qtile/Keys.py @@ -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"), diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index fd801da..5d9ec23 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -18,4 +18,5 @@ nm-applet & blueman-applet & thunderbird & clickup & -fcitx -d& \ No newline at end of file +fcitx5 -d& +emacs --daemon & \ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc index 076353a..17b917d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -140,9 +140,6 @@ alias ftemplate='git fetch template' alias mtemplate='git merge template/master --allow-unrelated-histories' alias log='git log' -# docker -alias docker='sudo docker' # use normal docker command but keep sudo requirement - ### AUTOSTART ### #neofetch