diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-04 22:14:54 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-04 22:14:54 +0300 |
commit | b7fd6ea69b9d207592b92b8fa5c8d0b33b271361 (patch) | |
tree | 5493707fd7fe554a50b9a7d3b1ebd1843ca47459 /dotfiles/.config/ranger | |
parent | 3b9dc23e25d832a706c40f4a5fdd7d1ef30db840 (diff) | |
download | swayrice-b7fd6ea69b9d207592b92b8fa5c8d0b33b271361.tar.gz swayrice-b7fd6ea69b9d207592b92b8fa5c8d0b33b271361.zip |
some smol changes
Diffstat (limited to 'dotfiles/.config/ranger')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index 9c977e5..24f0b08 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -88,7 +88,7 @@ map i display_file map ? help map W display_log map w taskview_open -map ss shell nohup $TERMINAL > ~/.cache/nohup.out 2>&1 </dev/null & +map ss shell setsid $TERMINAL >/dev/null 2>&1 & map S shell $SHELL map : console @@ -398,7 +398,7 @@ copytmap <ESC> q Q w <C-c> map sp console shell bash speedvid.sh %f%space -map x shell chmod -x %s +map x shell chmod +x %f #General map V console shell $EDITOR%space |