From b15eccb2c39243611bf843b8fbc8459801a0fdaa Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 3 Oct 2025 11:30:43 -0400 Subject: launch swayidle via openrc --- .config/hypr/hypridle.conf | 4 ++++ .config/hypr/hyprland.conf | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .config/hypr/hypridle.conf (limited to '.config/hypr') diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..5890ebc --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,4 @@ +listener { + timeout = 1800 + on-timeout = hyprctl dispatch dpms off ; hyprctl keyword input:touchdevice:enabled false +} diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 361635e..f25487b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -134,7 +134,6 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = on workspace_swipe_cancel_ratio = 0.5 workspace_swipe_min_speed_to_force = 5 workspace_swipe_touch = on -- cgit 1.4.1