From eaedaf883428b84ddd8c399944546fa903b66005 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 14:17:06 +0200 Subject: [PATCH] update --- glazewm/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glazewm/config.yaml b/glazewm/config.yaml index beb7617..41ca4ec 100644 --- a/glazewm/config.yaml +++ b/glazewm/config.yaml @@ -2,7 +2,7 @@ general: # Commands to run when the WM has started. This is useful for running a # script or launching another application. # Example: The below command launches Zebar. - startup_commands: [ 'shell_exec yasb.exe' ] + startup_commands: [ 'shell-exec yasb.exe' ] # Commands to run just before the WM is shutdown. # Example: The below command kills Zebar. @@ -223,7 +223,7 @@ keybindings: # Change the focused window to be floating. - commands: ['toggle-floating --centered'] - bindings: ['alt+t] + bindings: ['alt+t'] # Change the focused window to be fullscreen.