first commit
This commit is contained in:
7
hypr/scripts/floating.sh
Executable file
7
hypr/scripts/floating.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
hyprctl dispatch exec "[float; center] $1"
|
||||
Reference in New Issue
Block a user