diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dd15368..6c5a177 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -95,7 +95,10 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + #new_is_master = true + new_status = master + new_on_top = 1 + mfact = 0.5 } gestures { diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 048cbae..78b693b 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -6,28 +6,19 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["clock","custom/weather","wlr/workspaces"], + "modules-left": ["clock","custom/weather","hyprland/workspaces"], "modules-center": ["hyprland/window"], "modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"], "hyprland/window": { "format": "{}" }, - "wlr/workspaces": { - "disable-scroll": true, - "all-outputs": true, - "on-click": "activate", - "persistent_workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - "6": [], - "7": [], - "8": [], - "9": [], - "10": [] + "hyprland/workspaces": { + "format": "{name}", + + "persistent-workspaces": { + "*": 3, // 5 workspaces by default on every monitor + "HDMI-A-1": 3 // but only three on HDMI-A-1 } },