Add window maximize keyboard shortcut

Add maximize window shortcut <Super>Up
This commit is contained in:
ducoterra
2022-01-31 22:02:11 -05:00
parent 2cb1de9b98
commit da6d844e4b

View File

@@ -8,3 +8,5 @@
command: dconf write /org/gnome/mutter/center-new-windows true
- name: Don't sleep on power
command: dconf write /org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type "'nothing'"
- name: Maximize window with <Super>Up
command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['<Super>Up']"