diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-06-01 07:35:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 07:35:54 -0400 |
| commit | a419a0c0bf8749e2cdfba277be04926990527351 (patch) | |
| tree | d068642f06484822db11419386acba868844f788 | |
| parent | c75f32337559ee507869f55ba0686603ecef7409 (diff) | |
| parent | e9c7d8a3882b1166c0ed99e4501e465937089b05 (diff) | |
Merge pull request #724 from SherLock707/dropdown_terminal
Fixed drop down terminal focus
| -rwxr-xr-x | config/hypr/scripts/Dropterminal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Dropterminal.sh b/config/hypr/scripts/Dropterminal.sh index a8e1cda3..fa5b899b 100755 --- a/config/hypr/scripts/Dropterminal.sh +++ b/config/hypr/scripts/Dropterminal.sh @@ -187,7 +187,7 @@ spawn_terminal() { count_before=$(echo "$windows_before" | jq 'length') # Launch terminal directly in special workspace to avoid visible spawn - hyprctl dispatch exec "[float; size $width $height; stayfocused; workspace special:scratchpad silent] $TERMINAL_CMD" + hyprctl dispatch exec "[float; size $width $height; workspace special:scratchpad silent] $TERMINAL_CMD" # Wait for window to appear sleep 0.1 |
