diff options
Diffstat (limited to 'config/home')
-rwxr-xr-x | config/home/.xprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile index 884b829..a4de557 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -23,3 +23,5 @@ unclutter --timeout 3 --jitter 50 -b & # signal-desktop & # discord & st -e "sh" "-c" "pgrep tmux && tmux a || tmux" & + +printf '%s\t%s' "$(date +%y_%m_%d-%T )" "$DISPLAY" >> ~/.x_displays.log & |