mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
@@ -26,9 +26,9 @@ addr=$(echo "$active" | jq -r ".address")
|
|||||||
|
|
||||||
if [[ $pinned == "true" ]]; then
|
if [[ $pinned == "true" ]]; then
|
||||||
hyprctl -q --batch \
|
hyprctl -q --batch \
|
||||||
dispatch pin address:$addr; \
|
"dispatch pin address:$addr;" \
|
||||||
dispatch togglefloating address:$addr; \
|
"dispatch togglefloating address:$addr;" \
|
||||||
dispatch tagwindow -pop address:$addr;
|
"dispatch tagwindow -pop address:$addr;"
|
||||||
elif [[ -n $addr ]]; then
|
elif [[ -n $addr ]]; then
|
||||||
hyprctl dispatch togglefloating address:$addr
|
hyprctl dispatch togglefloating address:$addr
|
||||||
hyprctl dispatch resizeactive exact $width $height address:$addr
|
hyprctl dispatch resizeactive exact $width $height address:$addr
|
||||||
@@ -40,7 +40,7 @@ elif [[ -n $addr ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
hyprctl -q --batch \
|
hyprctl -q --batch \
|
||||||
dispatch pin address:$addr; \
|
"dispatch pin address:$addr;" \
|
||||||
dispatch alterzorder top address:$addr; \
|
"dispatch alterzorder top address:$addr;" \
|
||||||
dispatch tagwindow +pop address:$addr;
|
"dispatch tagwindow +pop address:$addr;"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user