diff options
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/lua/keybinds.lua | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/Dock.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
