1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 05:55:37 -05:00

fixing typo in launch command

This commit is contained in:
Ahmed Abdo
2025-07-15 16:21:19 +03:00
committed by GitHub
parent 0349b2c361
commit c37e3a4ea2

View File

@@ -60,10 +60,10 @@ git clone https://github.com/bbedward/DankMaterialShell.git ~/.config/quickshell
4. Enable
```
qs -c DankMaterialDark
qs -c DankMaterialShell
# In niri config
spawn-at-startup "qs" "-c" "DankMaterialDark"
spawn-at-startup "qs" "-c" "DankMaterialShell"
# Optionally at bindings for spotlight launcher and clipboard history
Mod+Space hotkey-overlay-title="Run an Application: Spotlight" { spawn "qs" "-c" "DankMaterialShell" "ipc" "call" "spotlight" "toggle"; }