This commit is contained in:
tavo 2025-09-03 16:33:04 -06:00
parent cee38fdcf4
commit 1fc3547089
2 changed files with 6 additions and 1 deletions

View file

@ -1,9 +1,13 @@
#!/bin/sh #!/bin/sh
# Default initialization script # Default initialization script
# These commands are required at startup,
# If removed, you might run into errors.
# Environment for dbus and xdg-desktop-portal # Environment for dbus and xdg-desktop-portal
dbus-update-activation-environment --systemd --all dbus-update-activation-environment --systemd --all
systemctl --user import-environment DISPLAY systemctl --user import-environment DISPLAY
# Policy kit
lxpolkit & lxpolkit &
# A bit of grace time to press Ctrl+C if needed # A bit of grace time to press Ctrl+C if needed

View file

@ -2,7 +2,8 @@
# Example initialization script. # Example initialization script.
# #
# In order to run commands on start, create scripts such # 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 # Keyboard configuration
#xset r rate 300 70 #xset r rate 300 70