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.