From 60161bebeba67bdcf554cda82f162ebe0f134ae7 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 14:34:51 +0200 Subject: [PATCH] update --- glazewm/config.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/glazewm/config.yaml b/glazewm/config.yaml index a18813a..cbe68b0 100644 --- a/glazewm/config.yaml +++ b/glazewm/config.yaml @@ -25,7 +25,7 @@ general: # Trigger for cursor jump: # - 'monitor_focus': Jump when focus changes between monitors. # - 'window_focus': Jump when focus changes between windows. - trigger: 'monitor_focus' + trigger: 'window_focus' # How windows should be hidden when switching workspaces. # - 'cloak': Recommended. Hides windows with no animation. @@ -134,7 +134,7 @@ window_rules: - commands: ['ignore'] match: # Ignores any Zebar windows. - - window_process: { equals: 'zebar' } + - window_process: { equals: 'yasb.exe' } # Ignores picture-in-picture windows for browsers. - window_title: { regex: '[Pp]icture.in.[Pp]icture' } @@ -153,6 +153,9 @@ window_rules: window_class: { not_regex: 'OpusApp' } - window_process: { equals: 'POWERPNT' } window_class: { not_regex: 'PPTFrameClass' } + - commands: ['toggle-floating'] + match: + - window_process: {equals: 'Everything' } binding_modes: # When enabled, the focused window can be resized via arrow keys or HJKL. @@ -322,4 +325,13 @@ keybindings: bindings: ['alt+b'] - commands: ['shell-exec explorer.exe'] - bindings: ['alt+e'] \ No newline at end of file + bindings: ['alt+e'] + + - commands: ['shell-exec notepad.exe'] + bindings: ['alt+n'] + + - commands: ['shell-exec c:\Program Files\UniGetUI\UniGetUI.exe'] + bindings: ['alt+y'] + + - commands: ['shell-exec c:\Program Files\Everythign\Everything.exe'] + bindings: ['alt+r'] \ No newline at end of file