From d196bec4a3a0da22c81b52f3c28748d0a10ceac0 Mon Sep 17 00:00:00 2001 From: Harzo Date: Sun, 28 May 2023 13:46:00 +0200 Subject: [PATCH] Hyprland, Waybar: Add workspace 6 Too often 5 workspace is not enough. --- .config/hypr/conf.d/keybinds.conf | 2 ++ .config/hypr/conf.d/monitors.conf | 2 ++ .config/waybar/config.jsonc | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index 47917fa..9d2b8cb 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -40,6 +40,7 @@ bind = $mmod, 2, exec, hyprsome workspace 2 bind = $mmod, 3, exec, hyprsome workspace 3 bind = $mmod, 4, exec, hyprsome workspace 4 bind = $mmod, 5, exec, hyprsome workspace 5 +bind = $mmod, 6, exec, hyprsome workspace 6 # Move window to specific workspace bind = $smod, 1, exec, hyprsome move 1 @@ -47,6 +48,7 @@ bind = $smod, 2, exec, hyprsome move 2 bind = $smod, 3, exec, hyprsome move 3 bind = $smod, 4, exec, hyprsome move 4 bind = $smod, 5, exec, hyprsome move 5 +bind = $smod, 6, exec, hyprsome move 6 # Scroll through existing workspaces with mmod + scroll bind = $mmod, mouse_down, workspace, e+1 diff --git a/.config/hypr/conf.d/monitors.conf b/.config/hypr/conf.d/monitors.conf index e0b057e..0a9ce1f 100644 --- a/.config/hypr/conf.d/monitors.conf +++ b/.config/hypr/conf.d/monitors.conf @@ -5,6 +5,7 @@ workspace = 2, monitor:HDMI-A-1 workspace = 3, monitor:HDMI-A-1 workspace = 4, monitor:HDMI-A-1 workspace = 5, monitor:HDMI-A-1 +workspace = 6, monitor:HDMI-A-1 monitor = DP-3,2560x1440@75,auto,1.33 workspace = DP-3,11 @@ -13,3 +14,4 @@ workspace = 12, monitor:DP-3 workspace = 13, monitor:DP-3 workspace = 14, monitor:DP-3 workspace = 15, monitor:DP-3 +workspace = 16, monitor:DP-3 diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 248e602..10c0f9b 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -39,11 +39,13 @@ "3": ["HDMI-A-1"], "4": ["HDMI-A-1"], "5": ["HDMI-A-1"], + "6": ["HDMI-A-1"], "11": ["DP-3"], "12": ["DP-3"], "13": ["DP-3"], "14": ["DP-3"], - "15": ["DP-3"] + "15": ["DP-3"], + "16": ["DP-3"] } }, "tray": {