Compare commits
No commits in common. "9970be29c0434344a5a1bcd4ae9d9c2f831198da" and "70482128234d955cb8d675702ec35366ea8c84d7" have entirely different histories.
9970be29c0
...
7048212823
3 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,6 @@ cd "${HOME}/.vnc" || exit 5
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
file_base="./$(hostname):1."
|
file_base="./$(hostname):1."
|
||||||
verbs="start|status|stop|restart|help"
|
|
||||||
|
|
||||||
echol() {
|
echol() {
|
||||||
col="$1"
|
col="$1"
|
||||||
|
@ -25,7 +24,7 @@ help() {
|
||||||
${name} - Start a VNC server
|
${name} - Start a VNC server
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
${name} ${verbs}
|
${name} start|status|stop|help
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +80,7 @@ set +e; trap - EXIT
|
||||||
|
|
||||||
# Main case statement
|
# Main case statement
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
status|start|stop|restatr|help)
|
start|status|stop|help)
|
||||||
"$arg"
|
"$arg"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export AMD_VULKAN_ICD=RADV
|
|
||||||
artix-pipewire-loader &
|
artix-pipewire-loader &
|
||||||
exec xfwm4
|
exec xfwm4
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# Vulkan
|
|
||||||
env = AMD_VULKAN_ICD, RADV
|
|
||||||
|
|
||||||
# Backend
|
# Backend
|
||||||
env = GDK_BACKEND, wayland,x11
|
env = GDK_BACKEND, wayland,x11
|
||||||
env = SDL_VIDEODRIVER, wayland
|
env = SDL_VIDEODRIVER, wayland
|
||||||
|
|
Loading…
Reference in a new issue