𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝
ya anything could work just an idea :) just need to find something to show thats its a release without the --release text :)
this may help to see how i did this kind of thing for dmenu, rofi, yad and fzf ``` #!/usr/bin/env bash cmd="\grep -A 1 Description ""$HOME""/.config/i3/config | sed -e s/--/\...
`bindsym` is set as a variable as displayed below :)  also its using the latest version :)
i really like seeing these kind of scripts and watching them evolve over time :) keep up the grate work. also feel free to close this if you are done...
I use DWM mostly but i did use i3 from 2009 until 2020 when i switched over to using dwm :) so i also checked out the dwm script and...
i3 does have an api to it that can get the current used config but im not sure if you can get just the keybinds from that
i know python and purl has i3ipc that can get info from i3 but im not 100% sure if it can break down the info to bindings only
welcome to my world :) bash can sure be a pain to deal with at times but when it all works out its sure fun in the end :) now...
I just had a try of `grep -A 1 super_b $HOME/.config/i3/config | sed -e s/--/\ /g` and that picked up all commands that have the super key in them if...
this code block below will get the list of commands but then they need converted back to being on 1 line again instead of 2 lines but it works to...