feat(hyprland): pin workspaces to monitors and reduce blur noise
- Pins workspaces 1-5 to HDMI-A-1 (main ultrawide) - Pins workspaces 6-8 to DP-3 (vertical display) - Reduces blur noise from 0.3 to 0.05 for cleaner appearance Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
85debcbcd4
commit
d6f943ba7f
1 changed files with 11 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 4;
|
size = 4;
|
||||||
passes = 2;
|
passes = 2;
|
||||||
noise = 0.3;
|
noise = 0.05;
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
@ -69,6 +69,16 @@
|
||||||
|
|
||||||
# Single tiled window on main monitor: give it breathing room
|
# Single tiled window on main monitor: give it breathing room
|
||||||
workspace = [
|
workspace = [
|
||||||
|
# Pin workspaces to monitors
|
||||||
|
"1, monitor:HDMI-A-1, default:true"
|
||||||
|
"2, monitor:HDMI-A-1"
|
||||||
|
"3, monitor:HDMI-A-1"
|
||||||
|
"4, monitor:HDMI-A-1"
|
||||||
|
"5, monitor:HDMI-A-1"
|
||||||
|
"6, monitor:DP-3, default:true"
|
||||||
|
"7, monitor:DP-3"
|
||||||
|
"8, monitor:DP-3"
|
||||||
|
# Single tiled window on main monitor: give it breathing room
|
||||||
"w[t1] m[HDMI-A-1], gapsout:15 840 15 840"
|
"w[t1] m[HDMI-A-1], gapsout:15 840 15 840"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue