From ed44e18ebd6715650e69fd6e87685f0b792979e6 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 29 Aug 2026 20:55:15 -0400 Subject: del old docs add howto upgrade english and spanish Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/lua/keybinds.lua modified: config/hypr/scripts/Dock.sh new file: docs/HOWTO-Upgrade-Dotfiles.es.md new file: docs/HOWTO-Upgrade-Dotfiles.md deleted: docs/Hyprland-LUA-analysis-Phase1.md modified: docs/Keybinds.md deleted: docs/copy.sh-tui-analysis-3-14-2026.md --- config/hypr/scripts/Dock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/Dock.sh b/config/hypr/scripts/Dock.sh index e42c4e1b..c62bf2ce 100755 --- a/config/hypr/scripts/Dock.sh +++ b/config/hypr/scripts/Dock.sh @@ -37,7 +37,7 @@ start_dock() { # -c : launcher button command (rofi menu) # (no -d : no auto-hide) local launcher_cmd="${SCRIPTSDIR}/RofiLauncher.sh" - nwg-dock-hyprland -p bottom -x -i 32 -g "kitty-dropterm" -mb 7 -mt 5 -c "$launcher_cmd" >/dev/null 2>&1 & + nwg-dock-hyprland -p bottom -x -i 32 -g "kitty-dropterm" -mb 10 -c "$launcher_cmd" >/dev/null 2>&1 & } case "${1:-toggle}" in -- cgit v1.2.3