aboutsummaryrefslogtreecommitdiff
path: root/src/Watcher/get_windows.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed some variable namesLibravatar Waishnav2022-11-141-9/+3
|
* removed outdated commentLibravatar Waishnav2022-09-171-10/+6
|
* updated algorithm | update csv at every secondLibravatar Waishnav2022-09-171-12/+4
|
* Update get_windows.pyLibravatar augustin642022-08-241-1/+3
| | | Fix an IndexError happening when going on homescreen on GNOME desktop causing the entire program to crash.
* removing error of 3 min timeout due to AFK | updating acitve_window_title ↵Libravatar Waishnav2022-07-241-4/+10
| | | | function
* adding AFK condition if there is any video playback running in background ↵Libravatar Waishnav2022-07-181-1/+1
| | | | (for pulseaudio) | changing value for more accuracy
* adding -s option to start watch_log function | active_window function ↵Libravatar Waishnav2022-07-181-2/+5
| | | | updated to reduce error to get home-screen
* fixing typoLibravatar Waishnav2022-07-141-1/+2
|
* Removing EWMH module as a dependancy (causing more RAM consumption over the ↵Libravatar Waishnav2022-07-121-17/+11
| | | | time)
* aborting realtime-stats feature due to heavy RAM consumption so log-files ↵Libravatar Waishnav2022-07-111-14/+19
| | | | get updated at event (when user changes window)
* fixing typo | changing some time.sleep() values so that low CPU will consumeLibravatar Waishnav2022-07-091-1/+1
|
* updating log file algorithm | added AFK feature | changing dependency ↵Libravatar Waishnav2022-07-081-28/+34
| | | | xdotool to ewmh
* initializing project with bare minimal featuresLibravatar Waishnav2022-03-091-0/+50