diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-21 18:49:45 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-21 18:49:45 +0100 |
commit | 77183ab2bddb6a3ff4013eb5b224194e1afc6170 (patch) | |
tree | f41fa6f45702ccebafb5a54c20c097a9d72fad2b | |
parent | e2ca6653e50bc76653f787be37492b802a8b68f4 (diff) |
checkpoint
-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 42996e8..6a71547 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -33,4 +33,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 & |