commit af88f660bb2e562834db5924b3514161f81f7496 Author: Jan Koszewski Date: Sun Mar 29 21:04:29 2026 +0200 Added first files Locking the desktop (going into KDE plasma and setting up mac keyboard) diff --git a/default.conf b/default.conf new file mode 100644 index 0000000..40c121a --- /dev/null +++ b/default.conf @@ -0,0 +1,8 @@ +[ids] +* + +[main] +grave = 102nd # § ± key +102nd = grave # ` ~ key + +# THIS GOES IN /etc/keyd/ DIRECTORY!!! diff --git a/lock-on-start.desktop b/lock-on-start.desktop new file mode 100644 index 0000000..051d041 --- /dev/null +++ b/lock-on-start.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Lock on Start +Terminal=false +Type=Application +X-KDE-AutostartPhase=2 +StartupNotify=false +Exec=sh -c "loginctl lock-session"