Make hyprland look nicer

This commit is contained in:
Julian Mutter 2024-10-05 19:04:44 +02:00
parent ac7e7a16d8
commit e55af69ed3

View File

@ -135,6 +135,7 @@ in
dwindle = { dwindle = {
pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true; # You probably want this preserve_split = true; # You probably want this
no_gaps_when_only = 2; # with border
}; };
# Master layout # Master layout
@ -196,7 +197,8 @@ in
# binds # binds
bind = [ bind = [
# compositor commands # compositor commands
"$mod, Space, togglefloating," "$mod, Space, focuswindow, floating"
"$mod SHIFT, Space, togglefloating,"
"$mod, F, fullscreen," "$mod, F, fullscreen,"
"$mod, X, killactive," "$mod, X, killactive,"
@ -296,7 +298,8 @@ in
bar_text_size = 10; bar_text_size = 10;
bar_height = 16; bar_height = 16;
bar_text_font = "Ubuntu Nerd Font"; 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" ]; hyprbars-button = [ "rgb(${palette.base03}), 14, 󰖭, hyprctl dispatch killactive" ];
}; };