stow_dotfiles/hyprland/.config/hypr/scripts/toggleallfloat.sh
2024-09-27 14:01:51 -04:00

4 lines
119 B
Bash
Executable file

#!/bin/bash
hyprctl dispatch workspaceopt allfloat
notify-send "Windows on this workspace toggled to floating/tiling"