Skip to content

Commit 55bddf1

Browse files
authored
Update config.yaml
1 parent b346db8 commit 55bddf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/windows_workflow/win_dotfiles/glazewm/config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ general:
1616

1717
# Whether to switch back and forth between the previously focused
1818
# workspace when focusing the current workspace.
19-
toggle_workspace_on_refocus: true
19+
toggle_workspace_on_refocus: false
2020

2121
cursor_jump:
2222
# Whether to automatically move the cursor on the specified trigger.
@@ -137,8 +137,8 @@ window_rules:
137137
window_class: { regex: 'HwndWrapper*' }
138138
- window_process: { regex: 'Taskmgr|WindowsTerminal'}
139139

140-
# move to workspaces
141-
# Move to workspace 1
140+
# move to workspaces
141+
# Move to workspace 1
142142
- commands: ['move --workspace 1','focus --workspace 1']
143143
match:
144144
- window_process: { regex: 'msedge|brave|chrome' }
@@ -166,7 +166,7 @@ window_rules:
166166
# Move to workspace 6
167167
- commands: ['move --workspace 6','focus --workspace 6']
168168
match:
169-
- window_process: { regex: 'steam|Steam|steamwebhelper|Epic|epic|Cyberpunk2077|SelfService|CDViewer' }
169+
- window_process: { regex: 'steam|Steam|steamwebhelper|steamservice|Epic|epic|Cyberpunk2077|DSX|HellbladeGame-Win64-Shipping|SelfService|CDViewer|REDLauncher' }
170170

171171
binding_modes:
172172
# When enabled, the focused window can be resized via arrow keys or HJKL.
@@ -251,7 +251,7 @@ keybindings:
251251

252252
# Change the focused window to be fullscreen.
253253
- commands: ['toggle-fullscreen']
254-
bindings: ['alt+f']
254+
bindings: ['alt+f']
255255

256256
# Minimize focused window.
257257
- commands: ['toggle-minimized']

0 commit comments

Comments
 (0)