mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-26 23:24:42 +02:00
bugfix for kde6
This commit is contained in:
parent
c144cdec05
commit
baad09f340
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ ! -f $HOME/.config/kwinrc ]; then
|
if [ ! -f $HOME/.config/kwinrc ]; then
|
||||||
kwriteconfig5 --file $HOME/.config/kwinrc --group Compositing --key Enabled false
|
kwriteconfig6 --file $HOME/.config/kwinrc --group Compositing --key Enabled false
|
||||||
fi
|
fi
|
||||||
if [ ! -f $HOME/.config/kscreenlockerrc ]; then
|
if [ ! -f $HOME/.config/kscreenlockerrc ]; then
|
||||||
kwriteconfig5 --file $HOME/.config/kscreenlockerrc --group Daemon --key Autolock false
|
kwriteconfig6 --file $HOME/.config/kscreenlockerrc --group Daemon --key Autolock false
|
||||||
fi
|
fi
|
||||||
setterm blank 0
|
setterm blank 0
|
||||||
setterm powerdown 0
|
setterm powerdown 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user