Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 462 Bytes

quickshell config

getting started

  1. copy Config.qml.example to Config.qml
  2. copy shell.qml.example to shell.qml

keybinds (optional)

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