From 84046a6c00a01e382a1e8abdb64aef9522f51772 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 14:20:38 +0200 Subject: [PATCH] update --- glazewm/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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