diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-26 22:34:08 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-26 22:34:08 +0100 |
commit | 546dd49f46724ad4a4f1d52e2f6b9ebcb52cb3d7 (patch) | |
tree | dc62476a632cf7f470f50da06468ac666ced83b0 /config | |
parent | 302014ae12ff722211a0c718169036eced125883 (diff) | |
parent | 77183ab2bddb6a3ff4013eb5b224194e1afc6170 (diff) |
Merge branch 'main' of autumn:dotfiles
Diffstat (limited to 'config')
-rwxr-xr-x | config/home/.xprofile | 1 |
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 & |