diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index 45dc335..74dd262 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -135,6 +135,7 @@ in dwindle = { pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true; # You probably want this + no_gaps_when_only = 2; # with border }; # Master layout @@ -196,7 +197,8 @@ in # binds bind = [ # compositor commands - "$mod, Space, togglefloating," + "$mod, Space, focuswindow, floating" + "$mod SHIFT, Space, togglefloating," "$mod, F, fullscreen," "$mod, X, killactive," @@ -296,7 +298,8 @@ in bar_text_size = 10; bar_height = 16; bar_text_font = "Ubuntu Nerd Font"; - bar_precedence_over_border = false; + bar_precedence_over_border = true; + bar_color = "rgb(${palette.base01})"; hyprbars-button = [ "rgb(${palette.base03}), 14, 󰖭, hyprctl dispatch killactive" ]; };