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;