diff options
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)$ |