From 3999ba170a1077a50c33d8a8c5ed4b571b610552 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 11 Jul 2024 01:48:34 +0200 Subject: [PATCH] chore: hyprland things --- users/common/graphical/wayland/hyprland.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/users/common/graphical/wayland/hyprland.nix b/users/common/graphical/wayland/hyprland.nix index f48d37c..ad7ac14 100644 --- a/users/common/graphical/wayland/hyprland.nix +++ b/users/common/graphical/wayland/hyprland.nix @@ -76,6 +76,10 @@ in { gaps_out = 0; allow_tearing = true; }; + binds = { + focus_preferred_method = 1; + workspace_center_on = 1; + }; bind = let monitor_binds = { "1" = "j"; @@ -196,6 +200,7 @@ in { disable_hyprland_logo = true; mouse_move_focuses_monitor = false; }; + xwayland.force_zero_scaling = true; windowrulev2 = [ "immediate, class:^(cs2)$" ]; @@ -259,9 +264,6 @@ in { exec-once = ${float_script} env = XCURSOR_SIZE,48 - binds { - focus_preferred_method = 1 - } ''; }; }