Update Hyprland settings
This commit is contained in:
@@ -76,14 +76,13 @@ let
|
||||
disable_splash_rendering = true;
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
"animation windowsIn 0,title:^(.*wofi.*)$"
|
||||
"float,title:^(.*feh.*)$"
|
||||
"center,title:^(.*feh.*)$"
|
||||
"float,title:^(Picture.*)$"
|
||||
"pin,title:^(Picture.*)$"
|
||||
"immediate, class:^(Terraria)$"
|
||||
"idleinhibit fullscreen, class:^(steam_app.*)$"
|
||||
windowrule = [
|
||||
"animation windowsIn 0, match:title ^(.*wofi.*)$"
|
||||
"float on, match:title ^(.*feh.*)$"
|
||||
"center on, match:title ^(.*feh.*)$"
|
||||
"float on, match:title ^(Picture.*)$"
|
||||
"pin on, match:title ^(Picture.*)$"
|
||||
"immediate on, match:class ^(Terraria)$"
|
||||
];
|
||||
|
||||
workspace = [
|
||||
@@ -243,6 +242,7 @@ in
|
||||
++ (with pkgs; [
|
||||
swww
|
||||
eww
|
||||
hyprshot
|
||||
]);
|
||||
home.sessionVariables = {
|
||||
HYPRCURSOR_THEME = "rose-pine-hyprcursor";
|
||||
|
||||
Reference in New Issue
Block a user