dotfiles/X11/init.d/default.sh
2025-09-03 16:29:35 -06:00

10 lines
254 B
Bash
Executable file

#!/bin/sh
# Default initialization script
# Environment for dbus and xdg-desktop-portal
dbus-update-activation-environment --systemd --all
systemctl --user import-environment DISPLAY
lxpolkit &
# A bit of grace time to press Ctrl+C if needed
sleep 0.2