diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2018-12-02 17:47:13 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2018-12-02 17:47:13 -0700 |
commit | 9f9eb66ecc74dd1535c9bba18e8783fde351a0d2 (patch) | |
tree | 9676b3faab017b99fcf81483895524a38716628a | |
parent | bbb3faf55eaa2915492d721f8bbfd52fbef44461 (diff) | |
download | dotfiles-9f9eb66ecc74dd1535c9bba18e8783fde351a0d2.tar.gz |
move non-essentials to ssd drive
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index dfb6f56..94c220b 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -155,7 +155,7 @@ hc keybind Mod4-Shift-g spawn gwaei hc keybind Mod4-Shift-i spawn gimp hc keybind Mod4-Shift-m spawn mathematica hc keybind Mod4-Shift-n spawn urxvt -name "notes" -e $EDITOR ~/notes -hc keybind Mod4-Shift-o spawn ~/stuffs/tor/start-tor-browser +hc keybind Mod4-Shift-o spawn ~/yolo/tor/start-tor-browser hc keybind Mod4-Shift-t spawn transmission-gtk hc keybind Mod4-Shift-v spawn urxvt -name $EDITOR -e $EDITOR hc keybind Mod4-Shift-w spawn urxvt -name "weechat" -e weechat |