Files
dotfiles/hypr/scripts/floating.sh

8 lines
95 B
Bash
Raw Permalink Normal View History

2025-11-13 23:48:27 +03:00
#!/bin/bash
if [ $# -eq 0 ]; then
exit 1
fi
hyprctl dispatch exec "[float; center] $1"