Sway Keybinding on Wallpaper

Can someone tell me where Manjaro Sway (Unstable) gets the keybindings it displays on the desktop? I’d like to convert the current Unstable standard keybindings Desktop image/list to a Conky. TIA for any help.

Hi there! The script is mainly sbdp.py, this is how it is called:

 /usr/share/sway/scripts/sbdp.py $HOME/.config/sway/config | jq --raw-output 'sort_by(.category) | .[] | .action + ": <b>" + .keybinding + "</b>"' 
1 Like

I believe he was wondering about the source. :wink:

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.