update(hyprland): switched to hyprland 0.55.1
This commit is contained in:
@@ -64,22 +64,23 @@ in {
|
||||
"SUPER CTRL, I, Switch Wallpaper, exec, hakase-wallpaper-switch"
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
windowrule = [
|
||||
# --- WALLPAPER PICKER ---
|
||||
"float, class:^(org\.hakase\.switch-wallpaper)$"
|
||||
"float, initialTitle:^(Wallpaper Selector)$"
|
||||
"center, class:^(org\.hakase\.switch-wallpaper)$"
|
||||
"center, initialTitle:^(Wallpaper Selector)$"
|
||||
"size 60% 60%, class:^(org\.hakase\.switch-wallpaper)$"
|
||||
"size 60% 60%, initialTitle:^(Wallpaper Selector)$"
|
||||
"dimaround, class:^(org\.hakase\.switch-wallpaper)$"
|
||||
"dimaround, initialTitle:^(Wallpaper Selector)$"
|
||||
"match:class ^(org\.hakase\.switch-wallpaper)$, float on"
|
||||
"match:initial_title ^(Wallpaper Selector)$, float on"
|
||||
"match:class ^(org\.hakase\.switch-wallpaper)$, center on"
|
||||
"match:initial_title ^(Wallpaper Selector)$, center on"
|
||||
"match:class ^(org\.hakase\.switch-wallpaper)$, size 60% 60%"
|
||||
"match:initial_title ^(Wallpaper Selector)$, size 60% 60%"
|
||||
"match:class ^(org\.hakase\.switch-wallpaper)$, dim_around on"
|
||||
"match:initial_title ^(Wallpaper Selector)$, dim_around on"
|
||||
];
|
||||
};
|
||||
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
splash = false;
|
||||
preload = [cacheWallpaper];
|
||||
wallpaper = [
|
||||
",${cacheWallpaper}"
|
||||
|
||||
Reference in New Issue
Block a user