10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# https://unix.stackexchange.com/questions/119432/save-custom-keyboard-shortcuts-in-gnome
|
|
|
|
set -x
|
|
|
|
# docnf dump /
|
|
|
|
dconf load / < conf/gnome-shortcuts.conf
|