Avoid Debian specifics when starting from a GUI login manager

--- share/wlmaker.desktop.in.orig	2025-03-07 20:59:09 UTC
+++ share/wlmaker.desktop.in
@@ -1,5 +1,5 @@ Comment=A Wayland compositor inspired by Window Maker
 [Desktop Entry]
 Name=WaylandMaker
 Comment=A Wayland compositor inspired by Window Maker
-Exec=@CMAKE_INSTALL_PREFIX@/bin/wlmaker.sh
+Exec=wlmaker
 Type=Application
--- etc/Config.plist.orig	2026-02-14 13:57:37 UTC
+++ etc/Config.plist
@@ -5,16 +5,16 @@
 {
     Keyboard = {
         // Use system-wide configuration. See keyboard(5).
-        XkbConfigurationFile = "/etc/default/keyboard";
+        // XkbConfigurationFile = "/etc/default/keyboard";
 
         // Alternatively: Specify the keyboard properties directly.
-        // XkbRMLVO = {
-        //     Rules = "evdev";
-        //     Model = "pc105";
-        //     Layout = "us";
-        //     Variant = "intl";
-        //     Options = "";
-        // };
+        XkbRMLVO = {
+            Rules = "evdev";
+            Model = "pc105";
+            Layout = "us";
+            Variant = "intl";
+            Options = "";
+        };
 
         Repeat = {
             // Delay before initiating repeats, in milliseconds.
