+ Removed Xauth from env (it break startx)
This commit is contained in:
parent
5469ff1cd3
commit
62eb4e3858
5 changed files with 11 additions and 170 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slow app startup fix (for flatpaks)
|
||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
#dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
|
||||
# Autostarts
|
||||
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & #X resources inside .config
|
||||
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources &
|
||||
unclutter &
|
||||
|
||||
# Custom Resolutions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue