85a2f164a9
The Keybindings are located in the XML File, and the script creates a symlink to them
5 lines
207 B
Bash
Executable File
5 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
|
ln -s ~/.dotfiles/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|