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