diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-08-28 23:15:43 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:57 -0700 |
| commit | 73da61a103789098ea19d7e543da8bd131d44ec3 (patch) | |
| tree | 7a285ab5a063f4783b8ebad9f005760a97c4be36 /config | |
| parent | 3a920c5335d593bfcff5522a4bc0fdea78890268 (diff) | |
Restore mask for drop down terminal in dock
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: config/hypr/scripts/Dock.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/Dock.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/Dock.sh b/config/hypr/scripts/Dock.sh index 9c6afbe0..3f71a4b2 100755 --- a/config/hypr/scripts/Dock.sh +++ b/config/hypr/scripts/Dock.sh @@ -34,11 +34,12 @@ start_dock() { # -p bottom : bottom dock position # -x : exclusive zone (moves other windows aside) # -i 32 : icon size 32 + # -g : ignore/drop class (hide dropdown terminal from dock/task list) # -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 -mb 7 -mt 5 -c "$launcher_cmd" >/dev/null 2>&1 & + nwg-dock-hyprland -p bottom -x -i 32 -g "kitty-dropterm" -mb 7 -mt 5 -c "$launcher_cmd" >/dev/null 2>&1 & } case "${1:-toggle}" in |
