aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d/desktop
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-02 13:53:30 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-02 13:53:30 +0200
commit1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c (patch)
tree9939b1875b9a9e6d2e077de744eba83a0a7ec2a0 /shellrc.d/desktop
parentfe047338d08c73e7fa513777a792d78237107e71 (diff)
downloadshellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.tar.gz
shellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.tar.bz2
shellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.zip
Move feh from xorg to desktopv0.5
Diffstat (limited to 'shellrc.d/desktop')
-rw-r--r--shellrc.d/desktop3
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.