diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-10 08:53:51 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-10 08:53:51 +0300 |
commit | 3f4a4f3cb9401772df85532314c9dfc2723bf619 (patch) | |
tree | 91e284ab978cba7ebcfd9c23ad5e3453ba52b3e0 /dotfiles/.config/sway/config | |
parent | e44b25d20fb3fe11e152ca171c8cfc2c9e4a6358 (diff) | |
download | swayrice-3f4a4f3cb9401772df85532314c9dfc2723bf619.tar.gz swayrice-3f4a4f3cb9401772df85532314c9dfc2723bf619.zip |
revert to using termite for ranger
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 2427b90..ba88469 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -178,7 +178,7 @@ bindsym --to-code { $mod+F3 exec menudisplay $mod+F4 exec menublk $mod+F12 exec menutz - $mod+r exec kitty -e ranger + $mod+r exec $term -t "ranger" -e ranger $mod+s exec "xway steam" $mod+m exec $term -e ncmpcpp $mod+n exec $term -e newsboat && killall -42 waybar |