- copy
Config.qml.example
toConfig.qml
- copy
shell.qml.example
toshell.qml
if socat
is installed:
bind = $mainMod, Tab, exec, echo "workspaces_overview:toggle" | socat - UNIX-CONNECT:/run/user/1000/quickshell.sock
else if bsd netcat
is installed:
bind = $mainMod, Tab, exec, echo "workspaces_overview:toggle" | nc -w 0 -U /run/user/1000/quickshell.sock