From 28be7abaf1d9eaae639c04a2bc01c8ca69e9f6f1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 09:45:12 -0700 Subject: [PATCH] Add some screen space by shrinking and hiding the dock. --- tasks/workstation/shared/settings/gnome.yml | 22 +++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/tasks/workstation/shared/settings/gnome.yml b/tasks/workstation/shared/settings/gnome.yml index 3893727..92c43ca 100644 --- a/tasks/workstation/shared/settings/gnome.yml +++ b/tasks/workstation/shared/settings/gnome.yml @@ -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 ##