Skip to content

Commit

Permalink
Make alt+m is the toggle-maximized as pop-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 7, 2024
1 parent e654a3c commit 3dd20d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions windows/glazewm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,13 @@ keybindings:

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

# Minimize focused window.
- commands: ['toggle-minimized']
bindings: ['alt+m']
# bindings: ['alt+m']
bindings: []

# Close focused window.
- commands: ['close']
Expand Down

0 comments on commit 3dd20d9

Please sign in to comment.