diff --git a/keybindings.sh b/keybindings.sh index 5214fa2..05cb11a 100755 --- a/keybindings.sh +++ b/keybindings.sh @@ -1,4 +1,4 @@ #!/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 +ln -s `pwd`/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml