diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-01-26 12:57:28 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-01-26 12:58:19 +0100 |
| commit | 7f6494656830de52e997fc4d8e3f8ba465fca6eb (patch) | |
| tree | 04c422ea1be6eb7afb7efb4884e0b75850e39c43 /dot.xprofile | |
| parent | a12b6d3a2d1f3c70956295238aeb9dc089f3714c (diff) | |
Use kitty as terminal
Diffstat (limited to 'dot.xprofile')
| -rw-r--r-- | dot.xprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot.xprofile b/dot.xprofile index 58b5d6a..0f46d27 100644 --- a/dot.xprofile +++ b/dot.xprofile @@ -2,9 +2,9 @@ if [ "$XPROFILE_RUN" != "yes" ]; then export XPROFILE_RUN=yes #export GDK_SCALE=2 #xrandr --dpi 192 - export TERMINAL=qterminal + export TERMINAL=kitty-1 [ -f ~/.fehbg ] && ~/.fehbg - xss-lock -- i3lock -c 555555 -f + xss-lock -- i3lock -c 555555 -f & owncloud & #nm-applet & (while ! pidof i3; do sleep 1; done; exec polybar -r top) & |
