forked from ahurac/dotfiles
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
64cfbae5ad
2 changed files with 15 additions and 2 deletions
15
bin/instvnc
Executable file
15
bin/instvnc
Executable 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"
|
||||
|
|
@ -23,8 +23,6 @@ bar {
|
|||
status_command i3status
|
||||
}
|
||||
|
||||
#exec --no-startup-id /usr/libexec/pipewire-launcher
|
||||
|
||||
# Modular sourcing
|
||||
include config.d/*.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue