diff --git a/.config/hypr/includes/input.conf b/.config/hypr/includes/input.conf index 5ebd872..cc35a5f 100644 --- a/.config/hypr/includes/input.conf +++ b/.config/hypr/includes/input.conf @@ -20,9 +20,9 @@ input { } # Gestures configuration -gestures { - workspace_swipe = true - workspace_swipe_fingers = 4 - workspace_swipe_distance = 300 - workspace_swipe_invert = false -} +# gestures { +# workspace_swipe = true +# workspace_swipe_fingers = 4 +# workspace_swipe_distance = 300 +# workspace_swipe_invert = false +#} diff --git a/.config/waybar/config-desktop b/.config/waybar/config-desktop index b20c403..18a4a1a 100644 --- a/.config/waybar/config-desktop +++ b/.config/waybar/config-desktop @@ -106,7 +106,7 @@ }, "custom/logitech-battery": { "exec": "~/.local/bin/logitech_battery.sh", - "interval": 60, + "interval": 600, "return-type": "json", "format": "{text}", "tooltip": "{tooltip}", diff --git a/.config/waybar/config-laptop b/.config/waybar/config-laptop index 1758e23..3fba317 100644 --- a/.config/waybar/config-laptop +++ b/.config/waybar/config-laptop @@ -139,7 +139,7 @@ }, "custom/logitech-battery": { "exec": "~/.local/bin/logitech_battery.sh", - "interval": 60, + "interval": 600, "return-type": "json", "format": "{text}", "tooltip": "{tooltip}",