Advertisement
rodrigosantosbr

Reload shortcuts without reboot

Aug 22nd, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. COOL_DEBIAN_PATH="$PWD/personale"
  2. BACKUPDATE=`date "+%d%m%y-%H%M"`
  3.  
  4. cp $COOL_DEBIAN_PATH/impostazioni/scorciatoie-tastiera/xfce4-keyboard-shortcuts.xml $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
  5.  
  6. kill -9 $(pidof xfconfd)
  7. kill -9 $(pidof xfsettingsd)
  8. xfsettingsd & /usr/lib/xfce4/xfconf/xfconfd &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement