# quickly setup bindings for x-tile in mate, tiling window # management with a nice DE! # Thanks for mate developers Issue #45 in mate-control-center # is now closed and this is possible again cat << EOF > /tmp/keys [custom6] action='x-tile q' binding='q' name='tile quad' [custom2] action='x-tile v' binding='k' name='tile vertical' [custom5] action='x-tile l' binding='l' name='tile right' [custom1] action='x-tile z' binding='z' name='undo tile' [custom4] action='x-tile l' binding='h' name='tile left' [custom0] action='x-tile u' binding='u' name='tile up' [custom3] action='x-tile d' binding='j' name='tile down' [custom7] action='x-tile l' binding='3' name='tile right 3' EOF dconf load /org/mate/desktop/keybindings/ < /tmp/keys rm /tmp/keys