cleaned up some scripts

This commit is contained in:
pagedmov
2024-10-27 21:07:33 -04:00
parent ec5840a072
commit d30f2f3053
2 changed files with 2 additions and 14 deletions

View File

@@ -73,5 +73,5 @@ else
adjusted_y=$cursor_y
fi
hyprctl dispatch moveactive exact "$adjusted_x $adjusted_y"
hyprctl dispatch moveactive exact "$adjusted_x $adjusted_y" > /dev/null 2>&1
''