====== KDE Setting/Configuration ====== * [[https://userbase.kde.org/KDE_System_Administration/Configuration_Files|KDE System Administration/Configuration Files - KDE UserBase Wiki]] ===== 단축키(shortcuts) ===== * 단축키는 모두 export 했다가 import 가 가능하다. * [[https://forum.kde.org/viewtopic.php?f=17&t=151477|Where is the configuration file to store keyboard shortcuts? • KDE Community Forums]] ===== kwriteconfig5/kreadconfig5 ===== * [[https://helpmanual.io/help/kwriteconfig5/|kwriteconfig5]],[[https://helpmanual.io/help/kreadconfig5|kreadconfig5]] 명령으로 설정을 쓰고 읽을 수 있다. ===== 마우스 추적 ===== * **작업 공간 행동 -> 데스크톱 효과 -> 마우스 추적** 활성화. * 여기서 추적을 위한 설정으로 키보드와 모양새를 설정해야한다. * 현재 '''' 누르고 마우스를 움직이면 추적됨. ===== 데스크탑 효과 / Compositor ===== * **시스템설정 -> 디스플레이와 모니터 -> 컴포지터** * [[https://www.reddit.com/r/kde/comments/g8vdhi/compositors_in_kde_which_is_best_and_why/|Kreddit, the KDE Community on Reddit]] * 렌더린 백엔드로 일단 **OpenGL 3.1**을 해서 잘 되면 이를 사용하고, 아니면 기본값인 ''OpenGL 2.0'' 과 ''XRender''를 테스트해볼 것. * **OpenGL 2.0**: GPU Compositing - Use only on older configs that doesn't support OGL3.1. 그냥 무난. * **OpenGL 3.1**: GPU Compositing - Works on most newer PCs, might be a bit faster than OGL2.0. 그래픽 카드에 따라(특히 nvidia) 버그가 많다는 의견이 있음. 성능은 제일 좋음. * **Xrender**: Software CPU Compositing - use only if you have issues with OpenGL. 버그는 제일 없다는 의견이 있음. 그러나 창 흔들기 등의 일부 고급 기능이 작동 안 하는 것으로 보임. * 갑자기 어느 순간 데스크탑 효과가 안 될 수도 있다. 이는 KDE가 뭔가 충돌을 감지했을 때 컴포지터를 자동으로 끄기 때문 * 컴포지터를 켤 경우 자주 ''kwin'' 충돌이 발생함. * [[https://askubuntu.com/questions/1129364/desktop-effects-not-working-after-update-kubuntu-18-04|kde - Desktop Effects not working after update [Kubuntu 18.04] - Ask Ubuntu]] * ''qdbus org.kde.KWin /KWin supportInformation | grep -i composit'' : 현재 상태 확인. * **시스템설정 -> 디스플레이와 모니터 -> 컴포지터**에서 시작할 때 적용을 다시 활성화해준다.