448 current 2024-04-21 17:12:10 24.05.20240421.a8a8401 6.8.6-zen1 *
This commit is contained in:
parent
a719b5c576
commit
7adc88560b
2 changed files with 3 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
Install.WantedBy = ["graphical-session.target"];
|
Install.WantedBy = ["graphical-session.target"];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [./config.nix ./binds.nix];
|
imports = [./config.nix ./binds.nix ./rules.nix];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,13 @@
|
||||||
"tile, title:Spotify"
|
"tile, title:Spotify"
|
||||||
|
|
||||||
"idleinhibit focus, class:^(mpv)$"
|
"idleinhibit focus, class:^(mpv)$"
|
||||||
"idleinhibit focus,class:foot"
|
|
||||||
"idleinhibit fullscreen, class:^(firefox)$"
|
|
||||||
|
|
||||||
"float, title:^(Picture-in-Picture)$"
|
"float, title:^(Picture-in-Picture)$"
|
||||||
"pin, title:^(Picture-in-Picture)$"
|
"pin, title:^(Picture-in-Picture)$"
|
||||||
|
|
||||||
"float,class:udiskie"
|
"float,class:udiskie"
|
||||||
|
|
||||||
"workspace special silent,class:^(pavucontrol)$"
|
# "workspace special silent,class:^(pavucontrol)$"
|
||||||
|
|
||||||
"float, class:^(imv)$"
|
"float, class:^(imv)$"
|
||||||
|
|
||||||
|
|
@ -36,7 +34,7 @@
|
||||||
"workspace special silent, title:^(Firefox — Sharing Indicator)$"
|
"workspace special silent, title:^(Firefox — Sharing Indicator)$"
|
||||||
"workspace special silent, title:^(.*is sharing (your screen|a window)\.)$"
|
"workspace special silent, title:^(.*is sharing (your screen|a window)\.)$"
|
||||||
|
|
||||||
"workspace 2, title:^(thunderbird)$"
|
"workspace 2, class:^(thunderbird)$"
|
||||||
"workspace 4, title:^(.*(Disc|WebC)ord.*)$"
|
"workspace 4, title:^(.*(Disc|WebC)ord.*)$"
|
||||||
"workspace 2, class:^(firefox)$"
|
"workspace 2, class:^(firefox)$"
|
||||||
"opacity 0.0 override,class:^(xwaylandvideobridge)$"
|
"opacity 0.0 override,class:^(xwaylandvideobridge)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue