mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-17 00:50:48 +01:00
Minor change to Hyprland
This commit is contained in:
parent
1b2a869b25
commit
fe2e7ba6c4
@ -14,15 +14,15 @@ in with lib; {
|
|||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
hyprplugins.hyprtrails
|
# hyprplugins.hyprtrails
|
||||||
];
|
];
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
modifier = "SUPER";
|
modifier = "SUPER";
|
||||||
in concatStrings [ ''
|
in concatStrings [ ''
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
windowrule = float, ^(steam)$
|
windowrule = float, ^(steam)$
|
||||||
windowrule = center, ^(steam)$
|
|
||||||
windowrule = size 1080 900, ^(steam)$
|
windowrule = size 1080 900, ^(steam)$
|
||||||
|
windowrule = center, ^(steam)$
|
||||||
general {
|
general {
|
||||||
gaps_in = 6
|
gaps_in = 6
|
||||||
gaps_out = 8
|
gaps_out = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user