From 612933d12ac65f9aa8b0f61698c9153aaf56dca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=BCchler?= Date: Sun, 5 Oct 2025 21:47:25 +0200 Subject: [PATCH] update input --- .config/hypr/includes/input.conf | 12 ++++++------ .config/waybar/config-desktop | 2 +- .config/waybar/config-laptop | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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}",