Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Hippolyte Chauvin 2023-04-16 23:01:24 +02:00
commit 64cfbae5ad
2 changed files with 15 additions and 2 deletions

15
bin/instvnc Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh -e
display="$(grep "$LOGNAME" /etc/tigervnc/vncserver.users | head -n 1 | awk -F '=' '{ print $1 }')"
echo "Using display: $display"
test -n "$display"
set -x
cd
exec \
screen \
-d \
-m \
vncserver \
"$display"

View file

@ -23,8 +23,6 @@ bar {
status_command i3status
}
#exec --no-startup-id /usr/libexec/pipewire-launcher
# Modular sourcing
include config.d/*.conf