9 lines
300 B
Bash
Executable File
9 lines
300 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Toggle single-window square aspect ratio using the flag system.
|
|
|
|
omarchy-hyprland-flag-toggle \
|
|
--enabled-notification " Enable single-window square aspect ratio" \
|
|
--disabled-notification " Disable single-window square aspect ratio" \
|
|
single-window-aspect-ratio
|