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/lua/keybinds.lua | 2 +- config/hypr/scripts/Dock.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/lua/keybinds.lua b/config/hypr/lua/keybinds.lua index 39c33c21..d280a13b 100644 --- a/config/hypr/lua/keybinds.lua +++ b/config/hypr/lua/keybinds.lua @@ -5,7 +5,7 @@ -- SPDX-License-Identifier: GPL-3.0-or-later -- ================================================== --- Auto-generated from Keybinds.conf/UserKeybinds.conf for Lua testing +-- Default keybindings for KoolDots Hyprland Lua configuration. -- Helper internals live in keybind_helpers.lua so this file stays focused on bindings you may edit. -- To add a binding, copy an existing bind(...) line and change: -- 1) modifiers (e.g. "SUPER SHIFT") 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