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