From f82f90bf9ec7325f0a547b1d36733a863d7dcdff Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 18 Jun 2025 07:51:53 +0200 Subject: [PATCH] wildfire: 163 current 2025-06-18 07:51:50 25.05.20250615.6c64dab 6.15.2 * hyprland settings --- modules/home/schulze.nix | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/modules/home/schulze.nix b/modules/home/schulze.nix index 71ced61..a04d732 100644 --- a/modules/home/schulze.nix +++ b/modules/home/schulze.nix @@ -8,11 +8,33 @@ # Hyprland settings wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.settings = { + input = { + kb_layout = "se"; + }; "$mod" = "SUPER"; "$terminal" = "ghostty"; "$filemanager" = "nautilus"; "$menu" = "rofi -show drun"; + general = { + gaps_in = 4; + gaps_out = 4; + border_size = 2; + "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + "col.inactive_border" = "rgba(595959aa)"; + }; + decoration = { + rounding = "8"; + rounding_power = "4"; + blur = { + enabled = "true"; + xray = "true"; + size = "3"; + passes = "4"; + }; + }; + + # Bindings bind = [ "$mod, RETURN, exec, $terminal" @@ -34,15 +56,5 @@ ) 9) ); - decoration = { - rounding = "15"; - rounding_power = "4"; - blur = { - enabled = "true"; - xray = "true"; - size = "3"; - passes = "4"; - }; - }; }; }