diff --git a/.config/i3/config b/.config/i3/config index d770566..18b5709 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -171,6 +171,7 @@ exec --no-startup-id "$HOME/.screenlayout/launch.sh" exec --no-startup-id "xmodmap $HOME/.Xmodmap" exec --no-startup-id "polybar" exec --no-startup-id "lxpolkit &" +exec --no-startup-id "dex -a" # Tweak keyboard and trackpad exec --no-startup-id "synclient VertEdgeScroll=1 VertScrollDelta=-111" diff --git a/.emacs.d/terminal.org b/.emacs.d/terminal.org index 57fa694..bbbba49 100644 --- a/.emacs.d/terminal.org +++ b/.emacs.d/terminal.org @@ -24,7 +24,8 @@ There are a few packages that you need to install in order to use VTerm. Multi-vterm is a package that adds the capability to easily create multiple vterm terminal buffers without having to manually rename them each time. #+begin_src emacs-lisp -(use-package multi-vterm) +(use-package multi-vterm + :after vterm) #+end_src * Change Terminal Font