Files
dotfiles/.config/hypr/scripts/toggleallfloat.sh
T
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

11 lines
353 B
Bash
Executable File

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