mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-08-15 14:48:42 +02:00
11 lines
206 B
Bash
Executable File
11 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ! -f /config/.config/kwinrc ]; then
|
|
echo '[Compositing]
|
|
Enabled=false' > /config/.config/kwinrc
|
|
fi
|
|
setterm blank 0
|
|
setterm powerdown 0
|
|
xset s 0 0
|
|
/usr/bin/startplasma-x11 > /dev/null 2>&1
|