diff options
author | awy <awy@awy.one> | 2025-08-16 16:30:48 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-16 16:30:48 +0300 |
commit | 360485989a826cdbfbf42954c2e7d702d909c757 (patch) | |
tree | 5dd46b0cae1972e0914d4942c2c22122990a2555 /.config/hypr | |
parent | ef8029798ae73727a33274d6762657aed036a8f0 (diff) | |
download | hyprdots-360485989a826cdbfbf42954c2e7d702d909c757.tar.gz |
cfg
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ab14211..e1b3981 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,6 +1,6 @@ # monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 -monitor = DP-3, 3840x2160@165, 0x0, 1.5 -monitor = DP-2, 2560x1440@165, -2560x0, 1 +monitor = DP-2, 3840x2160@165, 0x0, 1.5 +monitor = DP-3, 2560x1440@165, -2560x0, 1 $terminal = footclient $menu = mew-run @@ -248,10 +248,10 @@ windowrulev2 = float, class:^(icecat-default)$, title:About GNU IceCat layerrule = blur, notifications layerrule = ignorezero, notifications -workspace = 1, monitor:DP-2 -workspace = 2, monitor:DP-2 -workspace = 3, monitor:DP-3 -workspace = 4, monitor:DP-3 +workspace = 1, monitor:DP-3 +workspace = 2, monitor:DP-3 +workspace = 3, monitor:DP-2 +workspace = 4, monitor:DP-2 windowrulev2 = float, class:^(steam)$, title:^(Friends List)$ windowrulev2 = float, class:^(steam)$, title:^(Steam - News)$ |