diff options
Diffstat (limited to 'config/home')
-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 & |