Updated fedora.dconf for macOS style keybindings
This commit is contained in:
parent
f557369e02
commit
96f40a1835
1 changed files with 10 additions and 10 deletions
|
@ -623,22 +623,22 @@ ports-settings='{"version":2,"ports":[]}'
|
||||||
[org/gnome/shell/extensions/tiling-assistant]
|
[org/gnome/shell/extensions/tiling-assistant]
|
||||||
current-tiling-mode='right'
|
current-tiling-mode='right'
|
||||||
enable-tiling-popup=false
|
enable-tiling-popup=false
|
||||||
tile-bottom-half=['<Control><Super>Down']
|
tile-bottom-half=['<Control><Alt>Down']
|
||||||
tile-bottomleft-quarter=['<Control><Super>j']
|
tile-bottomleft-quarter=['<Alt><Super>j']
|
||||||
tile-bottomright-quarter=['<Control><Super>k']
|
tile-bottomright-quarter=['<Alt><Super>k']
|
||||||
tile-left-half=['<Control><Super>Left']
|
tile-left-half=['<Control><Alt>Left']
|
||||||
tile-maximize=['<Control><Super>Return']
|
tile-maximize=['<Control><Alt>Return']
|
||||||
tile-right-half=['<Control><Super>Right']
|
tile-right-half=['<Control><Alt>Right']
|
||||||
tile-top-half=['<Control><Super>Up']
|
tile-top-half=['<Control><Alt>Up']
|
||||||
tile-topleft-quarter=['<Control><Super>u']
|
tile-topleft-quarter=['<Control><Alt>u']
|
||||||
tile-topright-quarter=['<Control><Super>i']
|
tile-topright-quarter=['<Control><ALt>i']
|
||||||
|
|
||||||
[org/gnome/shell/extensions/user-theme]
|
[org/gnome/shell/extensions/user-theme]
|
||||||
name='WhiteSur-dark-solid'
|
name='WhiteSur-dark-solid'
|
||||||
|
|
||||||
[org/gnome/shell/keybindings]
|
[org/gnome/shell/keybindings]
|
||||||
toggle-message-tray=@as []
|
toggle-message-tray=@as []
|
||||||
toggle-overview=['<Super>s', '<Primary><Alt>Up']
|
toggle-overview=['<Super>s', '<Super><Alt>Up']
|
||||||
|
|
||||||
[org/gnome/shell/overrides]
|
[org/gnome/shell/overrides]
|
||||||
edge-tiling=false
|
edge-tiling=false
|
||||||
|
|
Loading…
Reference in a new issue