aboutsummaryrefslogtreecommitdiff
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
parentfe047338d08c73e7fa513777a792d78237107e71 (diff)
downloadshellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.tar.gz
shellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.tar.bz2
shellrc-1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c.zip
Move feh from xorg to desktopv0.5
-rw-r--r--shellrc.d/desktop3
-rw-r--r--shellrc.d/xorg3
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'