skynet/sway/config

21 lines
465 B
Plaintext
Raw Normal View History

2024-05-15 13:34:29 -05:00
set $mod Mod4
set $term foot
set $menu fuzzel
set $wobpipe /run/user/1000/wobpipe
2024-06-06 08:53:38 -05:00
exec dbus-update-activation-environment \
PATH LD_LIBRARY_PATH \
DISPLAY WAYLAND_DISPLAY SWAYSOCK \
XDG_CURRENT_DESKTOP=sway \
MOZ_ENABLE_WAYLAND=1 \
ELECTRON_OZONE_PLATFORM_HINT=wayland \
QT_QPA_PLATFORMTHEME=qt6ct
2024-05-15 13:34:29 -05:00
exec mkfifo $wobpipe
exec tail -f $wobpipe | wob
2024-06-06 08:53:38 -05:00
primary_selection disabled
2024-05-15 13:34:29 -05:00
floating_modifier $mod normal
include /home/rudism/.config/sway/config.d/*