verbsoe
This commit is contained in:
parent
cee38fdcf4
commit
1fc3547089
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue