diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 19:17:54 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 19:17:54 +0100 |
commit | 0a8efa37e85ad3fc0b633d5e92198b09cd7fd555 (patch) | |
tree | 30001a3c2a2444f204b7f80e36fd93cc0b9c7ff8 /config/home | |
parent | 3d6ee0856e4477378e8237f11f6f74eec9754488 (diff) | |
parent | 1c632029d7a02742b0cc740b6984ce139429b88b (diff) |
Merge branch 'main' of db:dotfiles
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 & |