From 0c6a6b41bc61dba43fe6285a84ab9957f3e3216d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Thu, 23 Apr 2026 10:18:45 +0200 Subject: [PATCH] System setup with KDE single click --- system_setup/setup_system_full.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system_setup/setup_system_full.sh b/system_setup/setup_system_full.sh index 5dcfafe..d1fb19b 100755 --- a/system_setup/setup_system_full.sh +++ b/system_setup/setup_system_full.sh @@ -129,6 +129,9 @@ install_sw() #Append OEMDRV mount to SYSCONFIGPATH in fstab echo "LABEL=OEMDRV ${SYSCONFIGPATH} btrfs noatime,nodiratime,nofail 0 0" >> /etc/fstab + #Make KDE single click + echo -e "[KDE]\nSingleClick=true" | tee -a /etc/xdg/kdeglobals + #Set openh264 enabled dnf config-manager setopt fedora-cisco-openh264.enabled=1