dotfiles/keybindings.sh
Johanna Reichmann 85a2f164a9 Add XFCE4 Keybindings to dotfiles
The Keybindings are located in the XML File, and the script creates a symlink to them
2018-05-11 23:10:44 +02:00

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