From 9e58a499cba700f01d6b7d36cb2f0c6caade3199 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 9 Feb 2017 21:13:44 +0100 Subject: [PATCH] swap terminal in ranger and abduco --- config/ranger/rc.conf | 2 +- local/bin/abduco | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ranger/rc.conf b/config/ranger/rc.conf index f9e3ff4..e3af6fd 100644 --- a/config/ranger/rc.conf +++ b/config/ranger/rc.conf @@ -211,7 +211,7 @@ map : console map ! console shell map @ console -p6 shell %%s map # console shell -p -map s shell -f urxvtc +map s shell -f st map r chain draw_possible_programs; console open_with map f console find map cd console cd diff --git a/local/bin/abduco b/local/bin/abduco index a7cdd9d..ce00aab 100755 --- a/local/bin/abduco +++ b/local/bin/abduco @@ -13,8 +13,8 @@ if test "$result" = "other"; then fi case "$1" in - list) if abduco | grep -q "$result"; then exec urxvtc -e /usr/bin/abduco -a "$result"; fi ;; + list) if abduco | grep -q "$result"; then exec st -e /usr/bin/abduco -a "$result"; fi ;; watch) result="watch $result" ;& - run) exec urxvtc -e /usr/bin/abduco -A "$result" $result ;; + run) exec st -e /usr/bin/abduco -A "$result" $result ;; esac