This commit is contained in:
2026-06-03 14:34:51 +02:00
parent 78443338a9
commit 60161bebeb
+14 -2
View File
@@ -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.
@@ -323,3 +326,12 @@ keybindings:
- commands: ['shell-exec explorer.exe']
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']