diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 12 | ||||
-rw-r--r-- | .config/waybar/config.jsonc | 4 |
2 files changed, 8 insertions, 8 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)$ diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b81087b..7d49d89 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", "position": "bottom", - "output": "DP-2", + "output": "DP-3", "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces" @@ -12,7 +12,7 @@ "tray", // "image#album-art", "custom/tasks", - "custom/music", + // "custom/music", "custom/packages", "custom/news", "custom/torrent", |