diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 22:27:32 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 22:27:32 +0100 |
commit | 5464c097a44165473b352c463805a39799888c52 (patch) | |
tree | 66b0c0ed1eaac15e288f3831b307771c21b3cdf7 /config/home/.xprofile | |
parent | 42c8c1657de27ca7b35981c89f6edb8f31fbfe1a (diff) |
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-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 9d01277..e0f671d 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -18,3 +18,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 & |