From cc460f5431764295715540240cc3590aa7ad0e27 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 30 Dec 2024 07:17:03 -0600 Subject: [PATCH] fixing hyprland stuff --- home/home.nix | 5 +++++ home/modules/hyprland.nix | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/home/home.nix b/home/home.nix index c06499e..929d46a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -541,6 +541,11 @@ in { }; }; + # programs.eww = { + # enable = true; + # configDir = ../.config/eww; + # }; + programs.waybar = { enable = true; settings = { diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 96b48b0..be7726d 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -136,6 +136,10 @@ in # no_cursor_warps = false; }; + cursor = { + inactive_timeout = 3; + }; + gestures = { workspace_swipe = true; workspace_swipe_fingers = 3;