diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.conf b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.conf
index 5297b7a2a4fdf6a9aae9a4e671bade1b289c1622..d9892b148d9bd7faa93ef786782e82f91effbced 100644
--- a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.conf
+++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.conf
@@ -29,10 +29,14 @@ env = SDL_VIDEODRIVER,wayland
 # monitor = name, resolution, position, scale
 # Show available displays with: `hyprctl monitors all`
 
-# Laptop display
-monitor = eDP-1, 1600x900, auto-right, 1
+# Generic Laptop display
+# monitor = eDP-1, 1600x900, auto-right, 1
 
-# Home: LG Electronics LG HDR 5K
+# Zancas, private
+monitor = desc:HKC OVERSEAS LIMITED, 1600x900, auto-left, 1
+
+# LG Electronics LG HDR 5K
+#
 # availableModes:
 # 640x480@59.94Hz
 # 640x480@59.94Hz
@@ -52,11 +56,10 @@ monitor = eDP-1, 1600x900, auto-right, 1
 # 3840x2160@29.98Hz
 # 3840x2160@60.00Hz
 # 5120x2160@60.00Hz
-# monitor = DP-3, 2560x2160, auto-left, 1  # doesn't work
-monitor = DP-3, 1920x1080, auto-left, 1
+monitor = desc:LG Electronics LG HDR 5K, 3440x1440, auto, 1
 
 # Work
 ######
 
 # LG HDR 5K
-monitor = DP-3, 3440x1440, auto-left, 1
+# monitor = DP-3, 3440x1440, auto-left, 1
diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom b/home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom
index 427b5f8e341168700c29431967864f73413d882d..bf1832c22fe5c487bce21317410f3f04b956e250 100644
--- a/home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom
+++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom
@@ -1,7 +1,8 @@
 // vim: ft=jsonc
 // https://github.com/Alexays/Waybar/wiki/Configuration
 {
-  "include": [ "./config" ],
+  // "include": [ "./config" ],
+  "include": [ "~/.config/waybar/themes/ml4w-modern/config" ],
 
   // Override existing modules
 
@@ -13,7 +14,22 @@
       "custom/empty"
     ]
   },
-
+  "custom/quicklink_keybindings": {
+      "format": "",
+      "on-click": "~/.config/hypr/scripts/keybindings.sh",
+      "tooltip-format": "Key bindings"
+  },
+  "group/quicklinks": {
+    "orientation": "horizontal",
+    "modules": [
+      "custom/quicklink_browser",
+      "custom/quicklink_email",
+      "custom/quicklink_filemanager",
+      "custom/quicklink_keybindings",
+      // Don't remove the quicklinkempty
+      "custom/quicklinkempty"
+    ]
+  },
   // Custom modules
   // https://github.com/Alexays/Waybar/wiki/Module:-Custom
   "custom/timewarrior": {