aboutsummaryrefslogtreecommitdiff
path: root/feh/run
diff options
context:
space:
mode:
Diffstat (limited to 'feh/run')
-rwxr-xr-xfeh/run9
1 files changed, 0 insertions, 9 deletions
diff --git a/feh/run b/feh/run
deleted file mode 100755
index 1ecca1d..0000000
--- a/feh/run
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/bash
2
3docker run -ti --rm --net=host \
4 -w `pwd` \
5 -e DISPLAY \
6 -e XAUTHORITY=$HOME/.Xauthority \
7 -v $HOME/.Xauthority:$HOME/.Xauthority:ro \
8 -v `pwd`:`pwd`:ro \
9 feh "$@"