update dotfiles
This commit is contained in:
parent
13987e414b
commit
695138d82f
1
.profile
1
.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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue