Update Hyprland
This commit is contained in:
parent
f4fd6e9086
commit
c26cc10ed4
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
"blur, waybar"
|
"blur, waybar"
|
||||||
"blur, mako"
|
"blur, mako"
|
||||||
"blur, fuzzel"
|
"blur, fuzzel"
|
||||||
|
"blur, rofi"
|
||||||
];
|
];
|
||||||
xwayland.force_zero_scaling = true;
|
xwayland.force_zero_scaling = true;
|
||||||
general = {
|
general = {
|
||||||
|
@ -85,7 +86,7 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
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 = 1;
|
no_gaps_when_only = 0; # If it's the only window int he layout, 1=don't show gaps
|
||||||
};
|
};
|
||||||
master.new_is_master = true;
|
master.new_is_master = true;
|
||||||
windowrule = [
|
windowrule = [
|
||||||
|
|
Loading…
Reference in a new issue