From fb2dd1174c5b22e58a58644204ee5008ff6f9f4e Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 31 Jan 2022 22:10:16 -0500 Subject: [PATCH] Add center window hotkey Add hotkey to center window --- ansible/dconf/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/dconf/tasks/main.yml b/ansible/dconf/tasks/main.yml index ca69b45..aaf8f5d 100644 --- a/ansible/dconf/tasks/main.yml +++ b/ansible/dconf/tasks/main.yml @@ -10,3 +10,5 @@ command: dconf write /org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type "'nothing'" - name: Maximize window with Up command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['Up']" +- name: Center window with ['Return'] + command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['Return']"