Files
illogical-impulse/early/.config/eww/scripts/focuswindow
T
2024-02-22 15:35:06 +07:00

6 lines
127 B
Bash
Executable File

#!/usr/bin/bash
if [[ $1 == '_none' ]]; then
hyprctl dispatch workspace $2
else
hyprctl dispatch focuswindow address:$1
fi