Added bootstrap for dconf settings for Linux Mint Cinnamon, fix2
This commit is contained in:
parent
3b4d4df1ab
commit
2b93352f03
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=@as '[]'
|
dconf write /org/cinnamon/desktop/keybindings/wm/activate-window-menu "'[]'"
|
||||||
dconf write /org/cinnamon/desktop/keybindings/wm/switch-group=@as '[]'
|
dconf write /org/cinnamon/desktop/keybindings/wm/switch-group "'[]'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue