dotfiles/X11/xinit/xinitrc.d/default.sh
2025-09-03 17:34:21 -06:00

14 lines
351 B
Bash
Executable file

#!/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
sleep 0.2