This commit is contained in:
2026-06-03 14:34:51 +02:00
parent 78443338a9
commit 60161bebeb
+15 -3
View File
@@ -25,7 +25,7 @@ general:
# Trigger for cursor jump: # Trigger for cursor jump:
# - 'monitor_focus': Jump when focus changes between monitors. # - 'monitor_focus': Jump when focus changes between monitors.
# - 'window_focus': Jump when focus changes between windows. # - 'window_focus': Jump when focus changes between windows.
trigger: 'monitor_focus' trigger: 'window_focus'
# How windows should be hidden when switching workspaces. # How windows should be hidden when switching workspaces.
# - 'cloak': Recommended. Hides windows with no animation. # - 'cloak': Recommended. Hides windows with no animation.
@@ -134,7 +134,7 @@ window_rules:
- commands: ['ignore'] - commands: ['ignore']
match: match:
# Ignores any Zebar windows. # Ignores any Zebar windows.
- window_process: { equals: 'zebar' } - window_process: { equals: 'yasb.exe' }
# Ignores picture-in-picture windows for browsers. # Ignores picture-in-picture windows for browsers.
- window_title: { regex: '[Pp]icture.in.[Pp]icture' } - window_title: { regex: '[Pp]icture.in.[Pp]icture' }
@@ -153,6 +153,9 @@ window_rules:
window_class: { not_regex: 'OpusApp' } window_class: { not_regex: 'OpusApp' }
- window_process: { equals: 'POWERPNT' } - window_process: { equals: 'POWERPNT' }
window_class: { not_regex: 'PPTFrameClass' } window_class: { not_regex: 'PPTFrameClass' }
- commands: ['toggle-floating']
match:
- window_process: {equals: 'Everything' }
binding_modes: binding_modes:
# When enabled, the focused window can be resized via arrow keys or HJKL. # When enabled, the focused window can be resized via arrow keys or HJKL.
@@ -322,4 +325,13 @@ keybindings:
bindings: ['alt+b'] bindings: ['alt+b']
- commands: ['shell-exec explorer.exe'] - commands: ['shell-exec explorer.exe']
bindings: ['alt+e'] 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']