Added dex to i3 config

This commit is contained in:
Random936 2023-12-26 11:42:10 -08:00
parent 97ce4721c8
commit 484438d9d2
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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