since you got ahold of me i might aswell tell you all my pmos sway secrets
i try to to put all my edits into /etc/sway/confing.d/ short and sweet per objective
------------------------------------------------------------------------------------------
cat /etc/sway/config.d/pbp.pipewire (audio server)
Code:
exec pipewire
exec pipewire-pulse
exec pipewire-media-session
-------------------------------------------------------------------------------
locker/blanker
cat /etc/sway/config.d/pbp.idlelock
Code:
# locker
exec swayidle -w timeout 360 '/usr/local/bin/swaylock --clock --effect-pixelate 4 --screenshots --grace 30 '
# blanker
exec swayidle -w timeout 390 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on" '
(the default config directive wasnt working for me with multiple lines so i broke it into two and now it works for me also using a self compiled swaylock-effects since its not yet in the pmos packages should really push an abuild for it)
misc stuff
exec foot -s (and change $term to footclient)
bindsym print exec cd ~Pictures/Screenshots && grim -g "$slurp" #printscreen screenshotter with grim/slurp
i really like pmos its so fast and small everything else is bloated and slow in comparison haha problem is theres no stable build and if you update daily or at the wrong time and reboot... could be devastating like right now im looking at self compiling a kernel cause its missing a bunch of modules i wanna use namely usb-storage for when something inevitably breaks from running edge-ware