Files
dotfiles/arch/hypr/.config/scripts/toggleallfloat.sh
2025-11-19 20:41:01 +01:00

11 lines
314 B
Bash
Executable File

#!/usr/bin/env bash
# _ _ _ __ _ _
# / \ | | |/ _| | ___ __ _| |_
# / _ \ | | | |_| |/ _ \ / _` | __|
# / ___ \| | | _| | (_) | (_| | |_
# /_/ \_\_|_|_| |_|\___/ \__,_|\__|
#
hyprctl dispatch workspaceopt allfloat
notify-send "Windows on this workspace toggled to floating/tiling"