aboutsummaryrefslogtreecommitdiff
path: root/dot.xprofile
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-04-17 15:42:56 +0200
committerThomas Schneider <qsx@chaotikum.eu>2020-04-17 15:42:56 +0200
commitb5b88e84f051aa0b2329a229c98d2e2d7a748ab8 (patch)
tree5e9af9aaf7f9afb67ec8aa218a1eb2dd50ded9a7 /dot.xprofile
parent6d68935a4580864911ba5745a1551bae9d85801d (diff)
parent15435b0f800ba61d955f7ebe54c48a21777f2fb4 (diff)
Merge remote-tracking branch 'origin/main' into neptun
Diffstat (limited to 'dot.xprofile')
-rw-r--r--dot.xprofile7
1 files changed, 3 insertions, 4 deletions
diff --git a/dot.xprofile b/dot.xprofile
index 0f46d27..9735b4e 100644
--- a/dot.xprofile
+++ b/dot.xprofile
@@ -1,12 +1,11 @@
+# -*- shell-script -*-
if [ "$XPROFILE_RUN" != "yes" ]; then
export XPROFILE_RUN=yes
- #export GDK_SCALE=2
- #xrandr --dpi 192
export TERMINAL=kitty-1
[ -f ~/.fehbg ] && ~/.fehbg
- xss-lock -- i3lock -c 555555 -f &
+ xss-lock -- ~/.local/bin/i3lock-wrapper &
owncloud &
- #nm-applet &
+ type nm-applet >/dev/null && nm-applet &
(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes