From 4a26338e8246f084a73aa8c5de4e5b969bfcc397 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 28 Feb 2025 11:37:49 +0100 Subject: [PATCH] hyprland/settings.nix: add hy3 tab settings --- modules/wms/wayland/hyprland/settings.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index 2cb74a8..f8eda7a 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -62,7 +62,13 @@ in { persistent_workspaces = true; }; hy3 = { - + tabs = { + height = 13; + padding = 0; + radius = 0; + border_width = 1; + blur = false; + }; }; dynamic-cursors = { enabled = true;