refactor hyprland monitor woes on lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-26 17:34:13 -05:00
parent f2aed4dc5f
commit 8aebae3016
5 changed files with 167 additions and 125 deletions

View file

@ -29,8 +29,17 @@ in
# "waybar"
# ];
# Default monitor configuration
monitor = "monitor = , preferred, auto, 1";
# Default monitor configuration
monitor = "monitor = , preferred, auto, 1";
# Make workspaces 7-10 always on MONITOR-2 (replace DP-2 if your secondary isn't DP-2)
# You can get the name of your monitor via `hyprctl monitors`
workspace = [
"7, monitor:DP-2, persistent:true"
"8, monitor:DP-2, persistent:true"
"9, monitor:DP-2, persistent:true"
"10, monitor:DP-2, persistent:true"
];
windowrulev2 = [
"float, class:^(?i)chrome-nngceckbapebfimnlniiiahkandclblb-Default$, initialtitle:^_crx_nngceckbapebfimnlniiiahkandclblb$"