Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Oct 16, 2024
2 parents 1f7d301 + 55bddf1 commit 39d7b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/windows_workflow/win_dotfiles/glazewm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ window_rules:
window_class: { regex: 'HwndWrapper*' }
- window_process: { regex: 'Taskmgr|WindowsTerminal'}

# move to workspaces
# Move to workspace 1
# move to workspaces
# Move to workspace 1
- commands: ['move --workspace 1','focus --workspace 1']
match:
- window_process: { regex: 'msedge|brave|chrome' }
Expand Down Expand Up @@ -251,7 +251,7 @@ keybindings:

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

# Minimize focused window.
- commands: ['toggle-minimized']
Expand Down

0 comments on commit 39d7b1d

Please sign in to comment.