Add some screen space by shrinking and hiding the dock.
This commit is contained in:
@@ -187,11 +187,25 @@
|
||||
|
||||
## Dash to Dock ##
|
||||
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dock-position "'LEFT'" && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dock-fixed true && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dash-max-icon-size 24 && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dock-position \
|
||||
"'LEFT'" && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dock-fixed \
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dash-max-icon-size \
|
||||
24 && inc_dconf &&
|
||||
|
||||
dconf write /org/gnome/shell/favorite-apps "{{ gnome_favorites }}" && inc_dconf &&
|
||||
dconf write /org/gnome/shell/favorite-apps \
|
||||
"{{ gnome_favorites }}" && inc_dconf &&
|
||||
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/apply-custom-theme \
|
||||
true && inc_dconf &&
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-shrink \
|
||||
true && inc_dconf &&
|
||||
|
||||
dconf write /org/gnome/shell/extensions/dash-to-dock/dock-fixed \
|
||||
false && inc_dconf &&
|
||||
dcnf write /org/gnome/shell/extensions/dash-to-dock/intellihide-mode \
|
||||
'ALL_WINDOWS' && inc_dconf &&
|
||||
|
||||
## Generic ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user