aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorDon Williams <Don.e.williams@gmail.com>2026-08-28 23:01:42 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:57 -0700
commita87c6bb5fad1cf6f347be5e4b030116453c881fd (patch)
tree5b5008c43eee0b280606a5263117f8cbf6e19b64 /config/hypr
parent7f380bb7062cf62785e379af6d97f09543add884 (diff)
Added bottom margin to nwg-dock-hyprland
Signed-off-by: Don Williams <Don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/Dock.sh
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/Dock.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/Dock.sh b/config/hypr/scripts/Dock.sh
index 6242d002..da1d1d64 100755
--- a/config/hypr/scripts/Dock.sh
+++ b/config/hypr/scripts/Dock.sh
@@ -34,11 +34,11 @@ start_dock() {
# -p bottom : bottom dock position
# -x : exclusive zone (moves other windows aside)
# -i 32 : icon size 32
- # -g "kitty-dropterm" : ignores dropdown terminal class
+ # -mb 10 : margin bottom 10px
# -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" -c "$launcher_cmd" >/dev/null 2>&1 &
+ nwg-dock-hyprland -p bottom -x -i 32 -mb 10 -c "$launcher_cmd" >/dev/null 2>&1 &
}
case "${1:-toggle}" in
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage