Update 2024-01-24 21:03 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-24 21:03:57 +01:00
parent e8d51f76c5
commit 201103085c
4 changed files with 140 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ else
if xwininfo -id $WID | fgrep -q IsUnMapped
then
# move window to current workspace
#wmctrl -i -r $WID -t $(xprop -root _NET_CURRENT_DESKTOP | cut -d'=' -f2)
wmctrl -i -r $WID -t $_SWM_WS
wmctrl -i -r $WID -t $(xprop -root _NET_CURRENT_DESKTOP | cut -d'=' -f2)
#wmctrl -i -r $WID -t $_SWM_WS
# remove hidden flag
wmctrl -i -r $WID -b remove,hidden
else