Add center window hotkey

Add hotkey to center window
This commit is contained in:
ducoterra
2022-01-31 22:10:16 -05:00
parent da6d844e4b
commit fb2dd1174c

View File

@@ -10,3 +10,5 @@
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']"
- name: Center window with ['<Super>Return']
command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['<Super><Alt>Return']"