change keybind calendar
This commit is contained in:
parent
079d979f25
commit
1763872134
1 changed files with 1 additions and 1 deletions
2
arch.sh
2
arch.sh
|
@ -266,7 +266,7 @@ then
|
|||
|
||||
# === Clipboard history ==
|
||||
# Keybinding
|
||||
gsettings set org.gnome.shell.keybindings toggle-message-tray ['<Super>m']
|
||||
gsettings set org.gnome.shell.keybindings toggle-message-tray "[]"
|
||||
CUSTOM_KEYBINDINGS_LIST=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings)
|
||||
if [[ $CUSTOM_KEYBINDINGS_LIST == "@as []" ]] # creating new list if not exists
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue