diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index d614ac5..c5e49a3 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -43,7 +43,6 @@ in }; home.packages = with pkgs; [ - # wofi xfce.thunar # hyprpicker # TODO # hyprcursor # TODO @@ -109,12 +108,6 @@ in "firefox" ]; - # Environment Variables - ### - env = "XDG_CURRENT_DESKTOP,Hyprland"; - # env = "XCURSOR_SIZE,24"; - # env = "HYPRCURSOR_SIZE,24"; - # Look and Feel general = { gaps_in = 5; @@ -122,11 +115,13 @@ in layout = "dwindle"; - col.active_border = "0xff${palette.base0C} 0xff${palette.base0D} 270deg"; - col.inactive_border = "0xff${palette.base00}"; + "col.active_border" = "0xff${palette.base0C} 0xff${palette.base0D} 270deg"; + "col.inactive_border" = "0xff${palette.base00}"; }; decoration = { + # power saving + blur.enabled = false; # power saving drop_shadow = false; }; @@ -158,7 +153,7 @@ in # Input input = { kb_layout = "de"; - natural_scroll = "yes"; + natural_scroll = false; }; # Window rules @@ -199,7 +194,6 @@ in "$mod, X, killactive," "$mod, O, togglesplit," # dwindle - "$mod, P, pseudo," # dwindle # opening applications "$mod, D, exec, wofi --show drun,run" @@ -209,6 +203,7 @@ in "$mod, C, exec, qalculate-gtk" # other commands + "$mod SHIFT, E, exec, wlogout -p layer-shell" "$mod, Escape, exec, wlogout -p layer-shell" "$mod, TAB, exec, hyprlock" "$mod SHIFT, R, exec, hyprctl reload"