Add workspace monitor rules for Vanguard

Remove silent version of workspace rules

Ignore user units in waybar systemd-failed-units widget
This commit is contained in:
Evie Litherland-Smith 2025-01-01 07:38:15 +00:00
parent f5f479dc1b
commit fd2217aba7
3 changed files with 25 additions and 10 deletions

View file

@ -45,10 +45,25 @@
input-overlay input-overlay
]; ];
}; };
wayland.windowManager.hyprland.settings.monitor = [ wayland.windowManager.hyprland.settings =
"desc:Acer Technologies ED270R TJMEE0043W01,1920x1080@144,0x140,1.0,vrr,2" let
"desc:Microstep MSI G27CQ4 E2,2560x1440@144,1920x0,1.25,vrr,2" primary = "Microstep MSI G27CQ4 E2";
]; secondary = "Acer Technologies ED270R TJMEE0043W01";
in
{
monitor = [
"desc:${primary},2560x1440@144,1920x0,1.25,vrr,2"
"desc:${secondary},1920x1080@144,0x140,1.0,vrr,2"
];
workspace = [
"2, monitor:desc:${secondary}"
"3, monitor:desc:${secondary}"
"4, monitor:desc:${primary}"
"5, monitor:desc:${primary}"
"6, monitor:desc:${primary}"
"7, monitor:desc:${primary}"
];
};
}; };
boot = { boot = {
kernel.sysctl = { kernel.sysctl = {

View file

@ -268,8 +268,7 @@
"workspace 4, (libreoffice|soffice)(.*)" # Documents "workspace 4, (libreoffice|soffice)(.*)" # Documents
"workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop "workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop
"workspace 6, (PrusaSlicer)" # 3D Printing "workspace 6, (PrusaSlicer)" # 3D Printing
"workspace 7, (steam_app|lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher|gw2-64.exe|rsi launcher.exe)" # Gaming "workspace 7, (steam_app|steam|lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher|explorer.exe|gw2-64.exe|rsi launcher.exe)" # Gaming
"workspace 7 silent, (steam|explorer.exe)" # Gaming (Silent)
# PrismLauncher / Minecraft # PrismLauncher / Minecraft
"float, org.prismlauncher.PrismLauncher" "float, org.prismlauncher.PrismLauncher"

View file

@ -105,7 +105,10 @@
"paused" = "󰏤"; "paused" = "󰏤";
"stopped" = "󰓛"; "stopped" = "󰓛";
}; };
"ignored-players" = [ "firefox" ]; "ignored-players" = [
"com"
"firefox"
];
}; };
pulseaudio = { pulseaudio = {
scroll-step = 5; scroll-step = 5;
@ -233,10 +236,8 @@
"systemd-failed-units" = { "systemd-failed-units" = {
hide-on-ok = true; hide-on-ok = true;
format = "󰀦"; format = "󰀦";
tooltip = true;
tooltip-format = "System failed:{nr_failed_system}\nUser failed:{nr_failed_user}";
system = true; system = true;
user = true; user = false;
}; };
"custom/notification" = "custom/notification" =
let let