From 2d20b4ab51c3f5c4de14dfe7da60c533aecee01a Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:54:38 +0900 Subject: [PATCH] Update Hyprland --- .../common/desktops/hyprland/components/hyprland.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index ec1e36cb..85c83128 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -2,7 +2,7 @@ wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hyprbars + # hyprbars hyprexpo hy3 ]; @@ -24,6 +24,13 @@ ''; settings = { plugins = { + hyprexpo = { + gap_size = 8; + workspace_method = "center first"; + enable_gesture = true; + gesture_fingers = 3; + gesture_positive = false; + }; hyprbars = { bar_height = 25; bar_part_of_window = true;