From e55af69ed377e6ac6c0338a524181750925c0a3a Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 5 Oct 2024 19:04:44 +0200 Subject: [PATCH] Make hyprland look nicer --- modules/home/hyprland/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" ]; };