diff options
Diffstat (limited to 'shellrc.d/desktop')
-rw-r--r-- | shellrc.d/desktop | 3 |
1 files changed, 3 insertions, 0 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. |