summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-03-26 22:34:08 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-26 22:34:08 +0100
commit546dd49f46724ad4a4f1d52e2f6b9ebcb52cb3d7 (patch)
treedc62476a632cf7f470f50da06468ac666ced83b0
parent302014ae12ff722211a0c718169036eced125883 (diff)
parent77183ab2bddb6a3ff4013eb5b224194e1afc6170 (diff)
Merge branch 'main' of autumn:dotfiles
-rwxr-xr-xconfig/home/.xprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
index ebdff95..23cbb0e 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -37,4 +37,5 @@ if [ "$(hostname)" = "winter" ]; then
fi
st -e "sh" "-c" "pgrep tmux && tmux a || tmux" &
+xset s off -dpms &
printf '%s\t%s' "$(date +%y_%m_%d-%T )" "$DISPLAY" >> ~/.x_displays.log &