mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-25 06:35:48 +02:00
bugfix for kde6
This commit is contained in:
parent
c144cdec05
commit
baad09f340
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
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
|
||||
setterm blank 0
|
||||
setterm powerdown 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user