aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-04-17 13:30:25 +0200
committerThomas Schneider <qsx@chaotikum.eu>2020-04-17 13:30:25 +0200
commit15435b0f800ba61d955f7ebe54c48a21777f2fb4 (patch)
tree605f7f4553574dd63bc61b1f046d0fb4c5a033d4
parent6661cd7bdbbe40ce325d0aaadabb9bb80aaef969 (diff)
Update xprofile
-rw-r--r--dot.xprofile9
1 files changed, 4 insertions, 5 deletions
diff --git a/dot.xprofile b/dot.xprofile
index 7126d49..7cdd235 100644
--- a/dot.xprofile
+++ b/dot.xprofile
@@ -1,13 +1,12 @@
+# -*- shell-script -*-
if [ "$XPROFILE_RUN" != "yes" ]; then
export XPROFILE_RUN=yes
+ export TERMINAL=kitty-1
export GDK_SCALE=2
xrandr --dpi 192
- export TERMINAL=qterminal
[ -f ~/.fehbg ] && ~/.fehbg
- xss-lock -- physlock -p "Locked by: $USER" -s -m &
- nm-applet &
- redshift-gtk &
- compton --backend=glx --glx-swap-method=buffer-age -b
+ xss-lock -- ~/.local/bin/i3lock-wrapper &
+ type nm-applet >/dev/null && nm-applet &
(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes