mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 08:19:58 -05:00
6 lines
127 B
Bash
Executable File
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 |