diff options
author | katherine <shmibs@shmibbles.me> | 2017-02-19 00:05:04 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-02-19 00:05:04 -0700 |
commit | 01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0 (patch) | |
tree | 4c66447468cfd39bfeafdcb98b93c54de131f73f /.config/herbstluftwm/autostart | |
parent | d308281c01c9fc1ab4276dbccf6c411640379c49 (diff) | |
download | dotfiles-01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0.tar.gz |
rearrange .zshrc modularity and switch to nvim
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 01c99a2..1432460 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -143,7 +143,7 @@ hc keybind Mod4-Shift-Control-w spawn urxvtc -name "ranger" -e ranger ~/doc # grab colour to clipboard hc keybind Mod4-c spawn ~/.config/herbstluftwm/colourgrab.sh -hc keybind Mod4-Shift-n spawn urxvtc -name "notes" -e vim ~/notes +hc keybind Mod4-Shift-n spawn urxvtc -name "notes" -e $EDITOR ~/notes # spawn hc keybind Mod4-Return spawn urxvtc @@ -157,7 +157,7 @@ hc keybind Mod4-Shift-m spawn mathematica hc keybind Mod4-Shift-o spawn ~/stuffs/tor/start-tor-browser hc keybind Mod4-Shift-p spawn urxvtc -e pms hc keybind Mod4-Shift-t spawn transmission-gtk -hc keybind Mod4-Shift-v spawn urxvtc -name "vim" -e vim +hc keybind Mod4-Shift-v spawn urxvtc -name "$EDITOR" -e $EDITOR hc keybind Mod4-Shift-w spawn urxvtc -name "weechat" -e weechat # dmenu |