6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
hyprctl dispatch togglefloating
|
|
hyprctl dispatch resizeactive exact 950 600
|
|
hyprctl dispatch centerwindow
|