10 lines
457 B
Text
10 lines
457 B
Text
exec_always autotiling
|
|
exec_always ~/.config/sway/wob.sh
|
|
exec swayidle -w \
|
|
timeout 1800 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"'
|
|
exec export QT_QPA_PLATFORMTHEME=qt6ct
|
|
exec export XDG_CURRENT_DESKTOP=sway
|
|
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
|
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
|
|
exec systemctl --user start xdg-desktop-portal-wlr.service
|