mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-08-23 10:38:39 +02:00
* rebase alpine-i3 to new kasmvnc baseimage * update branch readmes to point to master * finalize screen blanking * update bin wrapper to pass cli options --------- Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com> Co-authored-by: thelamer <ryankuba@gmai.com>
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setterm blank 0
|
|
setterm powerdown 0
|
|
/usr/bin/i3 > /dev/null 2>&1
|