mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
7 lines
326 B
Bash
Executable file
7 lines
326 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
dconf write /org/gnome/shell/extensions/dash-to-panel/panel-size 40
|
|
dconf write /org/gnome/shell/extensions/dash-to-panel/group-apps false
|
|
dconf write /org/gnome/shell/extensions/dash-to-panel/isolate-workspaces true
|
|
dconf write /org/gnome/shell/extensions/dash-to-panel/show-window-previews false
|