Added bootstrap for dconf settings for Linux Mint Cinnamon
This commit is contained in:
parent
ceaa567b07
commit
29f828b9ba
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ cd "$HOME"
|
|||
echo "Init submodules"
|
||||
yadm submodule update --recursive --init
|
||||
|
||||
source /etc/os-release
|
||||
|
||||
if [[ "$ID" == "linuxmint" ]]; then
|
||||
dconf write /org/cinnamon/desktop/keybindings/wm/activate-window-menu '[]'
|
||||
dconf write /org/cinnamon/desktop/keybindings/wm/switch-group '[]'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue