diff --git a/.profile b/.profile index 36099ad..1dc3350 100644 --- a/.profile +++ b/.profile @@ -32,6 +32,7 @@ export MOZ_ENABLE_WAYLAND=1 # for firefox export XDG_SESSION_TYPE=wayland export GDK_BACKEND=wayland export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct # https://github.com/flameshot-org/flameshot/blob/master/docs/Sway%20and%20wlroots%20support.md diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index 56d1d59..9f85cd7 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -20,6 +20,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ # Autostart exec 'syncthing &' +exec 'nextcloud &' exec 'gammastep -l 0:0 -o -b 0.9:0.9 &' exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10' # https://man.archlinux.org/man/extra/gammastep/gammastep.1.en \ No newline at end of file