Enable Gnome's Just Perfection extension
This commit is contained in:
parent
e00f76a1b1
commit
b8fb952c2b
1 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
[org/gnome/shell]
|
||||
disable-user-extensions=false
|
||||
disabled-extensions=@as []
|
||||
enabled-extensions=['allowlockedremotedesktop@kamens.us', 'AlphabeticalAppGrid@stuarthayhurst', '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', 'space-bar@luchrioh', 'pop-shell@system76.com']
|
||||
enabled-extensions=['allowlockedremotedesktop@kamens.us', 'AlphabeticalAppGrid@stuarthayhurst', 'appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'just-perfection-desktop@just-perfection', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'space-bar@luchrioh', 'pop-shell@system76.com']
|
||||
|
||||
|
||||
[org/gnome/shell/extensions/alphabetical-app-grid]
|
||||
|
@ -52,20 +52,26 @@ aggregate-menu=true
|
|||
app-menu=false
|
||||
app-menu-icon=false
|
||||
background-menu=false
|
||||
calendar=true
|
||||
clock-menu=true
|
||||
dash=false
|
||||
calendar=false
|
||||
clock-menu=false
|
||||
controls-manager-spacing-size=0
|
||||
dash=true
|
||||
double-super-to-appgrid=false
|
||||
events-button=true
|
||||
events-button=false
|
||||
keyboard-layout=false
|
||||
osd=true
|
||||
panel=true
|
||||
panel-in-overview=true
|
||||
panel-notification-icon=false
|
||||
power-icon=false
|
||||
power-icon=true
|
||||
quick-settings=true
|
||||
ripple-box=false
|
||||
screen-recording-indicator=true
|
||||
screen-sharing-indicator=true
|
||||
search=true
|
||||
show-apps-button=false
|
||||
startup-status=0
|
||||
theme=false
|
||||
type-to-search=true
|
||||
weather=false
|
||||
window-demands-attention-focus=false
|
||||
|
@ -73,6 +79,7 @@ window-picker-icon=true
|
|||
window-preview-caption=false
|
||||
window-preview-close-button=true
|
||||
workspace=false
|
||||
workspace-background-corner-size=0
|
||||
workspace-popup=false
|
||||
workspace-switcher-should-show=false
|
||||
workspace-wrap-around=false
|
||||
|
|
Loading…
Reference in a new issue