ErikReider/SwayOSD

Support for swaylock

Doomer-Cat opened this issue · 1 comments

bindsym {
    --locked {
        XF86AudioMute exec swayosd-client --output-volume mute-toggle
        XF86AudioRaiseVolume exec swayosd-client --output-volume 1
        XF86AudioLowerVolume exec swayosd-client --output-volume -1
    }
}

OSD on lockscreen (swaylock)

PS: really nice project this is (:

This is sadly impossible due to how the screen locking works. Swaylock is the only application that is allowed to draw content there