displays.pl scipt run in Debian12 box
This commit is contained in:
parent
b8dc57f829
commit
8baee20c35
|
@ -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
|
Loading…
Reference in New Issue