diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-30 19:30:25 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-30 19:30:25 +0300 |
commit | 6f5687ee9c3f9585db82b88c7b5efc11bfb8779e (patch) | |
tree | 037a550eb600de2b8fd552445a3486be73d27c97 | |
parent | 9d5bcf2545f2c6bd2a8354c7bbcbde526b67f741 (diff) |
Got rid of unused dependency.
Changes to be committed:
modified: lock
-rwxr-xr-x | lock | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -43,8 +43,8 @@ declare -a LIST_OF_WINDOW_TITLES_THAT_PREVENT_LOCKING=( "Zoom" "Google Meet" "Microsoft Teams" - #"Discord" - #"Slack" + "Discord" + "Slack" "Plex" "Kodi" "Jellyfish" @@ -52,15 +52,10 @@ declare -a LIST_OF_WINDOW_TITLES_THAT_PREVENT_LOCKING=( "CCTV" ) -#for i in "${LIST_OF_WINDOW_TITLES_THAT_PREVENT_LOCKING[@]}"; do - #echo $i -#done - # Dependencies AWK=/bin/awk GREP=/bin/grep XPROP=/bin/xprop -XWININFO=/bin/xwininfo # Find active window id get_active_id() { |