Files
dotfilesv2/hypr/scripts/floating.sh
2026-03-28 16:48:16 +00:00

8 lines
95 B
Bash
Executable File

#!/bin/bash
if [ $# -eq 0 ]; then
exit 1
fi
hyprctl dispatch exec "[float; center] $1"