diff --git a/glazewm/config.yaml b/glazewm/config.yaml index 69b8e74..6551b69 100644 --- a/glazewm/config.yaml +++ b/glazewm/config.yaml @@ -12,7 +12,7 @@ general: config_reload_commands: [] # Whether to automatically focus windows underneath the cursor. - focus_follows_cursor: false + focus_follows_cursor: true # Whether to switch back and forth between the previously focused # workspace when focusing the current workspace. @@ -318,8 +318,8 @@ keybindings: bindings: ['alt+shift+9'] - - commands: ['shell-exec start "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"'] + - commands: ['shell-exec "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"'] bindings: ['alt+b'] - - commands: ['shell-exec start explorer.exe'] + - commands: ['shell-exec explorer.exe'] bindings: ['alt+e'] \ No newline at end of file