Add more configuration items for Gnome

missing hotkeys
other behaviour
This commit is contained in:
Martin Blazik
2020-08-14 15:56:11 +02:00
parent 7f8b5ae43b
commit 33be0fc667
3 changed files with 68 additions and 27 deletions

9
scripts/gnome-configuration.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# https://unix.stackexchange.com/questions/119432/save-custom-keyboard-shortcuts-in-gnome
set -x
# docnf dump /
dconf load / < conf/gnome-shortcuts.conf

View File

@@ -1,19 +0,0 @@
#!/bin/bash
# https://unix.stackexchange.com/questions/119432/save-custom-keyboard-shortcuts-in-gnome
set -o
CONF=conf/gnome-shortcuts.conf
CONF_PATH=/org/gnome/settings-daemon/plugins/media-keys/
function dump() {
dconf dump $CONF_PATH > $CONF
}
function load() {
dconf load $CONF_PATH < $CONF
}
# zvol operaci