23 lines
774 B
Bash
Executable File
23 lines
774 B
Bash
Executable File
#!/bin/bash
|
|
export KDEWM=/usr/bin/wayfire
|
|
export WAYFIRE_CONFIG_FILE=/usr/share/sdgfire/wayfire.ini
|
|
export LIBVA_DRIVER_NAME=nvidia
|
|
export GBM_BACKEND=nvidia-drm
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
export __GL_VRR_ALLOWED=1
|
|
export WLR_DRM_NO_ATOMIC=1
|
|
|
|
#echo "starting kded6" >> /usr/share/sdgfire/log.log
|
|
# /usr/bin/kded6 --replace &
|
|
# echo "starting ksmserver" >> /usr/share/sdgfire/log.log
|
|
# /usr/bin/ksmserver &
|
|
# echo "starting xdg desktop portal" >> /usr/share/sdgfire/log.log
|
|
# /usr/lib/xdg-desktop-portal -r -v &
|
|
# echo "starting polkit" >> /usr/share/sdgfire/log.log
|
|
# systemctl --user start hyprpolkitagent &
|
|
# echo "starting wayfire" >> /usr/share/sdgfire/log.log
|
|
dbus-launch /usr/bin/wayfire -c /usr/share/sdgfire/wayfire.ini >> /usr/share/sdgfire/log.log
|
|
|
|
|
|
|