@@ -16,7 +16,7 @@ general:
16
16
17
17
# Whether to switch back and forth between the previously focused
18
18
# workspace when focusing the current workspace.
19
- toggle_workspace_on_refocus : true
19
+ toggle_workspace_on_refocus : false
20
20
21
21
cursor_jump :
22
22
# Whether to automatically move the cursor on the specified trigger.
@@ -137,8 +137,8 @@ window_rules:
137
137
window_class : { regex: 'HwndWrapper*' }
138
138
- window_process : { regex: 'Taskmgr|WindowsTerminal'}
139
139
140
- # move to workspaces
141
- # Move to workspace 1
140
+ # move to workspaces
141
+ # Move to workspace 1
142
142
- commands : ['move --workspace 1','focus --workspace 1']
143
143
match :
144
144
- window_process : { regex: 'msedge|brave|chrome' }
@@ -166,7 +166,7 @@ window_rules:
166
166
# Move to workspace 6
167
167
- commands : ['move --workspace 6','focus --workspace 6']
168
168
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 ' }
170
170
171
171
binding_modes :
172
172
# When enabled, the focused window can be resized via arrow keys or HJKL.
@@ -251,7 +251,7 @@ keybindings:
251
251
252
252
# Change the focused window to be fullscreen.
253
253
- commands : ['toggle-fullscreen']
254
- bindings : ['alt+f']
254
+ bindings : ['alt+f']
255
255
256
256
# Minimize focused window.
257
257
- commands : ['toggle-minimized']
0 commit comments