Configure the Gnome forge extension
The "forge" extension replaces the "pop-shell" one, which is not yet ready for Gnome 45
This commit is contained in:
parent
48146a055d
commit
ca260c157c
2 changed files with 72 additions and 2 deletions
|
@ -9,6 +9,7 @@ close=['<Super>Q', '<Super><Shift>Q', '<Primary><Shift>Q', '<Alt>F4']
|
||||||
maximize=@as []
|
maximize=@as []
|
||||||
unmaximize=@as []
|
unmaximize=@as []
|
||||||
toggle-maximized=['<Super>M']
|
toggle-maximized=['<Super>M']
|
||||||
|
minimize=@as []
|
||||||
|
|
||||||
switch-applications=['<Super>Tab', '<Primary>Tab']
|
switch-applications=['<Super>Tab', '<Primary>Tab']
|
||||||
switch-applications-backward=['<Super><Shift>Tab', '<Primary><Shift>Tab']
|
switch-applications-backward=['<Super><Shift>Tab', '<Primary><Shift>Tab']
|
||||||
|
@ -172,6 +173,60 @@ command='/usr/bin/flatpak run com.spotify.Client'
|
||||||
name='Spotify'
|
name='Spotify'
|
||||||
|
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/forge/keybindings]
|
||||||
|
|
||||||
|
focus-border-toggle=@as []
|
||||||
|
prefs-tiling-toggle=@as []
|
||||||
|
|
||||||
|
# Changing the gap size dynamically is not needed
|
||||||
|
window-gap-size-decrease=@as []
|
||||||
|
window-gap-size-increase=@as []
|
||||||
|
|
||||||
|
workspace-active-tile-toggle=['<Super><Shift>Y']
|
||||||
|
|
||||||
|
window-toggle-float=@as []
|
||||||
|
window-toggle-always-float=['<Super>Y']
|
||||||
|
|
||||||
|
window-focus-up=['<Super>Up']
|
||||||
|
window-focus-down=['<Super>Down']
|
||||||
|
window-focus-left=['<Super>Left']
|
||||||
|
window-focus-right=['<Super>Right']
|
||||||
|
|
||||||
|
window-move-up=['<Super><Shift>Up']
|
||||||
|
window-move-down=['<Super><Shift>Down']
|
||||||
|
window-move-left=['<Super><Shift>Left']
|
||||||
|
window-move-right=['<Super><Shift>Right']
|
||||||
|
|
||||||
|
window-swap-up=['<Super><Primary>Up']
|
||||||
|
window-swap-down=['<Super><Primary>Down']
|
||||||
|
window-swap-left=['<Super><Primary>Left']
|
||||||
|
window-swap-right=['<Super><Primary>Right']
|
||||||
|
window-swap-last-active=['<Super><Primary>Return']
|
||||||
|
|
||||||
|
window-resize-top-increase=['<Super><Alt>Up']
|
||||||
|
window-resize-top-decrease=['<Super><Alt><Primary>Down']
|
||||||
|
window-resize-bottom-increase=['<Super><Alt>Down']
|
||||||
|
window-resize-bottom-decrease=['<Super><Alt><Primary>Up']
|
||||||
|
window-resize-left-increase=['<Super><Alt>Left']
|
||||||
|
window-resize-left-decrease=['<Super><Alt><Primary>Right']
|
||||||
|
window-resize-right-increase=['<Super><Alt>Right']
|
||||||
|
window-resize-right-decrease=['<Super><Alt><Primary>Left']
|
||||||
|
|
||||||
|
window-snap-center=@as []
|
||||||
|
window-snap-one-third-left=@as []
|
||||||
|
window-snap-one-third-right=@as []
|
||||||
|
window-snap-two-third-left=@as []
|
||||||
|
window-snap-two-third-right=@as []
|
||||||
|
|
||||||
|
# Container stuff
|
||||||
|
con-split-horizontal=@as []
|
||||||
|
con-split-vertical=@as []
|
||||||
|
con-split-layout-toggle=@as []
|
||||||
|
con-stacked-layout-toggle=@as []
|
||||||
|
con-tabbed-layout-toggle=@as []
|
||||||
|
con-tabbed-showtab-decoration-toggle=@as []
|
||||||
|
|
||||||
|
|
||||||
[org/gnome/shell/extensions/nightthemeswitcher/time]
|
[org/gnome/shell/extensions/nightthemeswitcher/time]
|
||||||
nightthemeswitcher-ondemand-keybinding=['<Primary><Alt>D']
|
nightthemeswitcher-ondemand-keybinding=['<Primary><Alt>D']
|
||||||
|
|
||||||
|
@ -241,7 +296,7 @@ switch-to-application-8=@as []
|
||||||
switch-to-application-9=@as []
|
switch-to-application-9=@as []
|
||||||
switch-to-application-10=@as []
|
switch-to-application-10=@as []
|
||||||
|
|
||||||
toggle-message-tray=['<Super>V']
|
toggle-message-tray=@as []
|
||||||
toggle-overview=@as []
|
toggle-overview=@as []
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[org/gnome/shell]
|
[org/gnome/shell]
|
||||||
disable-user-extensions=false
|
disable-user-extensions=false
|
||||||
disabled-extensions=@as []
|
disabled-extensions=@as []
|
||||||
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'nightthemeswitcher@romainvigier.fr', 'pop-shell@system76.com', 'space-bar@luchrioh', 'system-monitor-next@paradoxxx.zero.gmail.com']
|
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'forge@jmmaranan.com', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'nightthemeswitcher@romainvigier.fr', 'space-bar@luchrioh', 'system-monitor-next@paradoxxx.zero.gmail.com']
|
||||||
|
|
||||||
|
|
||||||
[org/gnome/shell/extensions/auto-move-windows]
|
[org/gnome/shell/extensions/auto-move-windows]
|
||||||
|
@ -22,6 +22,21 @@ hot-keys=false
|
||||||
manualhide=true
|
manualhide=true
|
||||||
|
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/forge]
|
||||||
|
auto-split-enabled=true
|
||||||
|
dnd-center-layout='tabbed'
|
||||||
|
float-always-on-top-enabled=true
|
||||||
|
focus-border-toggle=true
|
||||||
|
preview-hint-enabled=true
|
||||||
|
quick-settings-enabled=true
|
||||||
|
split-border-toggle=true
|
||||||
|
stacked-tiling-mode-enabled=true
|
||||||
|
tabbed-tiling-mode-enabled=true
|
||||||
|
window-gap-hidden-on-single=true
|
||||||
|
window-gap-size=uint32 1
|
||||||
|
window-gap-size-increment=uint32 1
|
||||||
|
|
||||||
|
|
||||||
[org/gnome/shell/extensions/just-perfection]
|
[org/gnome/shell/extensions/just-perfection]
|
||||||
accessibility-menu=false
|
accessibility-menu=false
|
||||||
activities-button=false
|
activities-button=false
|
||||||
|
|
Loading…
Reference in a new issue