diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-01 08:45:47 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-01 08:45:47 +0530 |
| commit | e9c7d8a3882b1166c0ed99e4501e465937089b05 (patch) | |
| tree | d068642f06484822db11419386acba868844f788 /config | |
| parent | c75f32337559ee507869f55ba0686603ecef7409 (diff) | |
Fixed drop down terminal focus
Diffstat (limited to 'config')
| -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 |
