diff options
| -rw-r--r-- | shellrc.d/desktop | 3 | ||||
| -rw-r--r-- | 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' | 
