Added dex to i3 config
This commit is contained in:
parent
97ce4721c8
commit
484438d9d2
@ -171,6 +171,7 @@ exec --no-startup-id "$HOME/.screenlayout/launch.sh"
|
|||||||
exec --no-startup-id "xmodmap $HOME/.Xmodmap"
|
exec --no-startup-id "xmodmap $HOME/.Xmodmap"
|
||||||
exec --no-startup-id "polybar"
|
exec --no-startup-id "polybar"
|
||||||
exec --no-startup-id "lxpolkit &"
|
exec --no-startup-id "lxpolkit &"
|
||||||
|
exec --no-startup-id "dex -a"
|
||||||
|
|
||||||
# Tweak keyboard and trackpad
|
# Tweak keyboard and trackpad
|
||||||
exec --no-startup-id "synclient VertEdgeScroll=1 VertScrollDelta=-111"
|
exec --no-startup-id "synclient VertEdgeScroll=1 VertScrollDelta=-111"
|
||||||
|
@ -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.
|
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
|
#+begin_src emacs-lisp
|
||||||
(use-package multi-vterm)
|
(use-package multi-vterm
|
||||||
|
:after vterm)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Change Terminal Font
|
* Change Terminal Font
|
||||||
|
Loading…
x
Reference in New Issue
Block a user