13 lines
250 B
Bash
Executable File
13 lines
250 B
Bash
Executable File
export QT_STYLE_OVERRIDE=kvantum
|
|
export XDG_SESSION_TYPE=X11
|
|
systemctl --user import-environment DISPLAY
|
|
#xrandr --setprovideroutputsource modesetting NVIDIA-0
|
|
#xrandr --auto
|
|
autorandr --change
|
|
|
|
xset -dpms
|
|
xset s off -dpms
|
|
|
|
udiskie --tray &
|
|
exec i3
|