show biggest app icon on workspaces, faster keybinds

This commit is contained in:
end-4
2025-04-26 23:50:46 +02:00
parent f52ba7ad2b
commit 5e8f4048da
14 changed files with 225 additions and 83 deletions
@@ -25,7 +25,7 @@ Item {
Process {
id: closeSidebarProcess
command: ["bash", "-c", `qs ipc call sidebarRight close`]
command: ["qs", "ipc", "call", "sidebarRight", "close"]
}
Process {