From 56ca401608ef62af998c919b25380328a8021f1d Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 19 Aug 2025 19:18:06 +0300 Subject: update --- .config/hypr/hyprland.conf | 12 ++++++------ .config/waybar/config.jsonc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7224e63..9c4e3d3 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-2, 3840x2160@165, 0x0, 1.5 -monitor = DP-3, 2560x1440@165, -2560x0, 1 +monitor = DP-3, 3840x2160@165, 0x0, 1.5 +monitor = DP-2, 2560x1440@165, -2560x0, 1 $terminal = footclient $menu = mew-run @@ -251,10 +251,10 @@ windowrulev2 = float, class:^(icecat-default)$, title:About GNU IceCat layerrule = blur, notifications layerrule = ignorezero, notifications -workspace = 1, monitor:DP-3 -workspace = 2, monitor:DP-3 -workspace = 3, monitor:DP-2 -workspace = 4, monitor:DP-2 +workspace = 1, monitor:DP-2 +workspace = 2, monitor:DP-2 +workspace = 3, monitor:DP-3 +workspace = 4, monitor:DP-3 windowrulev2 = float, class:^(steam)$, title:^(Friends List)$ windowrulev2 = float, class:^(steam)$, title:^(Steam - News)$ diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index eb70778..a86511e 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", "position": "bottom", - "output": "DP-3", + "output": "DP-2", "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces" -- cgit v1.2.3