Skip to content

Instantly share code, notes, and snippets.

@yipo
Last active January 5, 2026 10:45
Show Gist options
  • Select an option

  • Save yipo/ca39d17537a686cb5207c4c04392269a to your computer and use it in GitHub Desktop.

Select an option

Save yipo/ca39d17537a686cb5207c4c04392269a to your computer and use it in GitHub Desktop.
My "Dash to Panel" tweaks for an easier switch from Windows to Ubuntu
#!/bin/sh
set -e
dir=/org/gnome/shell/extensions/dash-to-panel/
dconf reset -f "$dir"
dconf load "$dir" < settings.ini
[/]
appicon-margin=4
appicon-padding=8
multi-monitors=false
panel-element-positions='{"0":[{"element":"showAppsButton","visible":true,"position":"stackedTL"},{"element":"activitiesButton","visible":true,"position":"stackedTL"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"taskbar","visible":true,"position":"centerMonitor"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"rightBox","visible":true,"position":"stackedBR"},{"element":"dateMenu","visible":true,"position":"stackedBR"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":true,"position":"stackedBR"}]}'
showdesktop-button-width=2
tray-padding=2
window-preview-size=120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment