From 8bfe106eb934119cdb774775886cf16f228e3bc8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 28 Feb 2026 01:21:43 +0100 Subject: [PATCH] chore: remove dock (for now) --- modules/home/hyprland/config.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index f91dedb..c3bd28a 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -123,9 +123,9 @@ "foot --server &" "hyprfloat &" "gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &" - "nwg-dock-hyprland -l top &" + # "nwg-dock-hyprland -l top &" "nextcloud &" - "hyprland-monitor-attached dock-on-all-monitors dock-on-all-monitors &" + # "hyprland-monitor-attached dock-on-all-monitors dock-on-all-monitors &" "vicinae server &" ]; @@ -148,7 +148,8 @@ # "ALT" = "ALT"; layout = "dwindle"; gaps_in = 0; - gaps_out = "0,0,68,0"; + # gaps_out = "0,0,68,0"; + gaps_out = "0,0,0,0"; border_size = 2; "col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg"; "col.inactive_border" = "0x00000000";