mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
sync webtop logic
This commit is contained in:
parent
4c24d6102b
commit
d44896dce8
@ -1,3 +1,14 @@
|
||||
#!/bin/bash
|
||||
/startpulse.sh &
|
||||
if [ ! -f $HOME/.config/kwinrc ]; then
|
||||
kwriteconfig5 --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
|
||||
fi
|
||||
if [ ! -f $HOME/.config/kdeglobals ]; then
|
||||
kwriteconfig5 --file $HOME/.config/kdeglobals --group KDE --key LookAndFeelPackage org.fedoraproject.fedora.desktop
|
||||
fi
|
||||
setterm blank 0
|
||||
setterm powerdown 0
|
||||
/usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user