Update dash-to-panel-left.sh

This commit is contained in:
tiotrom 2021-07-24 23:02:13 +00:00
parent 3330f64500
commit 53354d9060
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,5 @@
post_install() {
gsettings set org.gnome.shell.extensions.dash-to-panel panel-positions '{"0":"LEFT","1":"LEFT"}'
}

View File

@ -1,2 +0,0 @@
#!/bin/bash
gsettings set org.gnome.shell.extensions.dash-to-panel panel-positions '{"0":"LEFT","1":"LEFT"}'