mostly features, some minor bug fixes
[distro-setup] / myi3status
index 1bf14c1c058ab08971ba7b95d8cc2e268d2eb85d..944319efaedcefb66598e2168fc4cd9b58beee25 100755 (executable)
@@ -19,7 +19,7 @@ mins=0
 half_hours=0
 fast_blocks=30
 start=$EPOCHSECONDS
-domins=true
+domins=false
 
 
 
@@ -54,10 +54,12 @@ main() {
       case $(echo "$json" | jq -r .name) in
         seconds)
           case $(echo "$json" | jq -r .button) in
+            # left click
             1)
               start=$EPOCHSECONDS
               domins=true
               ;;
+            # right click
             3)
               domins=false
               ;;