Added bootstrap for dconf settings for Linux Mint Cinnamon, fix3
This commit is contained in:
parent
2b93352f03
commit
5ff903ae73
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ yadm submodule update --recursive --init
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
if [[ "$ID" == "linuxmint" ]]; then
|
if [[ "$ID" == "linuxmint" ]]; then
|
||||||
dconf write /org/cinnamon/desktop/keybindings/wm/activate-window-menu "'[]'"
|
gsettings set org.cinnamon.desktop.keybindings.wm activate-window-menu '[]'
|
||||||
dconf write /org/cinnamon/desktop/keybindings/wm/switch-group "'[]'"
|
gsettings set org.cinnamon.desktop.keybindings.wm switch-group '[]'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue