6 lines
166 B
Bash
Executable file
6 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
# if [[ $1 =~ emptynm ]]; then
|
|
# hyprctl dispatch movetoworkspacesilent emptynm
|
|
# else
|
|
hyprctl dispatch movetoworkspace $1
|
|
# hyprctl dispatch workspace $1
|