diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 7ff7196..3b44a0d 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1148,6 +1148,9 @@ EOGL # Workaround a bug where SDDM does not always use the configured keymap: echo "setxkbmap" >> ${LIVE_ROOTDIR}/usr/share/sddm/scripts/Xsetup + + # Do not show the blueman applet, Plasma5 has its own BlueTooth widget: + echo "NotShowIn=KDE;" >> ${LIVE_ROOTDIR}/etc/xdg/autostart/blueman.desktop fi # End LIVEDE = PLASMA5 |