From 1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 Aug 2018 13:53:30 +0200 Subject: Move feh from xorg to desktop --- shellrc.d/desktop | 3 +++ shellrc.d/xorg | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shellrc.d/desktop b/shellrc.d/desktop index f155eed..52ca258 100644 --- a/shellrc.d/desktop +++ b/shellrc.d/desktop @@ -8,6 +8,9 @@ alias sdcv='sdcv -c' # TODO add check for wayland [ -z "$DISPLAY" ] && return +alias feh='feh --magick-timeout 10 -.' + + # This function should not be called externaly # It expects PID of surf instace as first argument and all other arguments should # be command to be called before kill is sent. diff --git a/shellrc.d/xorg b/shellrc.d/xorg index f12134b..be9ef69 100644 --- a/shellrc.d/xorg +++ b/shellrc.d/xorg @@ -3,9 +3,6 @@ [ -z "$DISPLAY" ] && return # Ignore if there is no display set - -alias feh='feh --magick-timeout 10 -.' - alias i='i3-msg' -- cgit v1.2.3