From 5472e1ec0e28186ebed2b2844fec08c563afedfa Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 10:37:39 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 2 +- hosts/nixos-laptop/home-manager/hyprland-conf.nix | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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 } }