From 6581396ed3f585deac00b7382adcedea8b369fcb Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 4 Jun 2025 19:08:12 +0200 Subject: [PATCH] refactor(hyprland): clean up Hyprland configuration --- users/modules/hyprland.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/users/modules/hyprland.nix b/users/modules/hyprland.nix index abc61c4..da7c5c4 100644 --- a/users/modules/hyprland.nix +++ b/users/modules/hyprland.nix @@ -50,7 +50,7 @@ in { input = { kb_layout = "fr"; kb_variant = "bepo_afnor"; - kb_options = "caps:ctrl_modifier"; + # kb_options = "caps:ctrl_modifier"; numlock_by_default = true; follow_mouse = 1; touchpad.natural_scroll = false; @@ -77,21 +77,11 @@ in { new_status = "inherit"; }; workspace = [ - "2, layoutopt:orientation:bottom" + "4, layoutopt:orientation:bottom" + "1, layoutopt:orientation:bottom" ]; decoration = { rounding = 5; - # blur = { - # enable = true; - # size = 9; - # passes = 1; - # }; - # shadow = { - # enable = true; - # color = "rgba(2e3440aa)"; - # range = 4; - # render_power = 3; - # }; }; animations = { enabled = true;