From 1fc35470891b12118e24d57f862d803ebf111529 Mon Sep 17 00:00:00 2001 From: tavo Date: Wed, 3 Sep 2025 16:33:04 -0600 Subject: [PATCH] verbsoe --- X11/init.d/default.sh | 4 ++++ X11/init.d/example.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/X11/init.d/default.sh b/X11/init.d/default.sh index 06ec3fb..bff1f83 100755 --- a/X11/init.d/default.sh +++ b/X11/init.d/default.sh @@ -1,9 +1,13 @@ #!/bin/sh # Default initialization script +# These commands are required at startup, +# If removed, you might run into errors. # Environment for dbus and xdg-desktop-portal dbus-update-activation-environment --systemd --all systemctl --user import-environment DISPLAY + +# Policy kit lxpolkit & # A bit of grace time to press Ctrl+C if needed diff --git a/X11/init.d/example.sh b/X11/init.d/example.sh index a795bcc..e57e7f6 100755 --- a/X11/init.d/example.sh +++ b/X11/init.d/example.sh @@ -2,7 +2,8 @@ # Example initialization script. # # In order to run commands on start, create scripts such -# as this one in the .config/X11/init.d directory. +# as this one in the .config/X11/init.d directory and make +# them executable. # Keyboard configuration #xset r rate 300 70