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