From 8baee20c354de4cb1fb19c580ebc94ba2e2e9b5a Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 12 Dec 2022 22:59:27 -0500 Subject: [PATCH] displays.pl scipt run in Debian12 box --- distrobox/debian12/displays.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 distrobox/debian12/displays.sh diff --git a/distrobox/debian12/displays.sh b/distrobox/debian12/displays.sh new file mode 100755 index 0000000..51fd272 --- /dev/null +++ b/distrobox/debian12/displays.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# distrobox_binary +# name: debian12 +if [ ! -f /run/.containerenv ] && [ ! -f /.dockerenv ]; then + /bin/distrobox-enter -n debian12 -- /var/home/jpm/scripts/sway/displays.pl "$@" +else + /var/home/jpm/scripts/sway/displays.sh "$@" +fi