diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 436482c4..1421255a 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -54,7 +54,7 @@ # Enabling hyprlnd on NixOS programs.hyprland = { enable = true; - enableNvidiaPatches = true; + # enableNvidiaPatches = true; xwayland.enable = true; }; diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index f9853681..9b7f5b2e 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -3,6 +3,9 @@ ".config/hypr/hyprland.conf" = { enable = true; text = '' + + # Laptop specific: + monitor=,highrr,auto,1 # https://wiki.hyprland.org/Configuring/Variables/ # env = XCURSOR_SIZE,24 env = GDK_SCALE,1 @@ -42,7 +45,7 @@ gestures { # https://wiki.hyprland.org/0.24.1/Configuring/Keywords/#gestures workspace_swipe = true - workspace_swipe_fingers = 4 + workspace_swipe_fingers = 3 workspace_swipe_numbered = false } misc { @@ -58,8 +61,9 @@ shadow_render_power = 3 col.shadow = rgba(1a1a1aee) blur { - size = 8 - passes = 2 + enabled = true + size = 20 + passes = 4 } }