diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-03 00:01:16 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-03 00:01:16 +0300 |
commit | e5532752993f463524e0c89d5e82b5a84a77759b (patch) | |
tree | 0ce47eba97ecd5256d6cd29c86a50ac756b30cc1 /dotfiles/.config/ranger | |
parent | 2cb2af9d66ef98877ffee2f588c7a85036750d55 (diff) | |
download | swayrice-e5532752993f463524e0c89d5e82b5a84a77759b.tar.gz swayrice-e5532752993f463524e0c89d5e82b5a84a77759b.zip |
load gtk settings on sway start, vpn shortcut and waybar indicator
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 5a56a0e..e775dfb 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -441,7 +441,7 @@ map om cd ~/Music map opp cd ~/Pictures map opw cd ~/Pictures/wallpapers map ops cd ~/Pictures/screenshots -map ovv cd ~/Video +map ovv cd ~/Videos map or cd ~/Repositories map os cd ~/.local/bin map ocf cd ~/.config @@ -456,7 +456,7 @@ map Omm tab_new ~/Music map Opp tab_new ~/Pictures map Opw tab_new ~/Pictures/wallpapers map Ops tab_new ~/Pictures/screenshots -map Ovv tab_new ~/Video +map Ovv tab_new ~/Videos map Or tab_new ~/Repositories map Os tab_new ~/.local/bin map Ocf tab_new ~/.config |