Compare commits
2 Commits
54e47d3fca
...
54a5d6a6cc
| Author | SHA1 | Date | |
|---|---|---|---|
| 54a5d6a6cc | |||
| fb3fea518f |
+12
-11
@@ -94,18 +94,19 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"float, class:^(imv)$"
|
"match:class imv, float 1"
|
||||||
"float, class:^(feh)$"
|
"match:class feh, float 1"
|
||||||
"float, class:^(mpv)$"
|
"match:class mpv, float 1"
|
||||||
"float, title:^(Список друзей)"
|
|
||||||
"move onscreen cursor -50% -50%, class:^(dragon-drop)$"
|
|
||||||
"float, title:(nmtui)"
|
|
||||||
"float, title:(pulsemixer)"
|
|
||||||
"float, title:(clipse)"
|
|
||||||
"size 622 652, title:(clipse)"
|
|
||||||
|
|
||||||
"rounding 0, focus:1"
|
"match:title Список друзей, float 1"
|
||||||
"bordersize 0, floating:0, onworkspace:w[t1]"
|
"match:title nmtui, float 1"
|
||||||
|
"match:title pulsemixer, float 1"
|
||||||
|
|
||||||
|
"match:title clipse, float 1"
|
||||||
|
"match:title clipse, size 622 652"
|
||||||
|
|
||||||
|
"match:focus 1, rounding 0"
|
||||||
|
"match:float 0, match:workspace w[t1], border_size 0"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = lib.mkBefore [
|
exec-once = lib.mkBefore [
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
( ouch.override { enableUnfree = true; } )
|
( ouch.override { enableUnfree = true; } )
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.windowrule = [
|
||||||
|
"match:class dragon-drop, move onscreen cursor -50% -50%"
|
||||||
|
];
|
||||||
|
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
package = inputs.yazi.packages
|
package = inputs.yazi.packages
|
||||||
.${pkgs.stdenv.hostPlatform.system}.default
|
.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
|||||||
@@ -139,8 +139,4 @@
|
|||||||
nativeBuildInputs = [ pkgs.dart-sass ];
|
nativeBuildInputs = [ pkgs.dart-sass ];
|
||||||
} "sass ${scssFile} $out";
|
} "sass ${scssFile} $out";
|
||||||
in builtins.readFile cssFile;
|
in builtins.readFile cssFile;
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.layerrule = [
|
|
||||||
"blur, waybar"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
@@ -140,6 +140,6 @@
|
|||||||
in builtins.readFile cssFile;
|
in builtins.readFile cssFile;
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.layerrule = [
|
wayland.windowManager.hyprland.settings.layerrule = [
|
||||||
"blur, waybar"
|
"blur on, match:namespace waybar"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user