Tonus
Tonus
I started a completion fiile. Tried to show the basics in comments. Feel free to... complete :-D Could be useful if someone could make a tree off the possibilities. It's...
Hi @lucc Since you finally took over the repo I was thinking about take a new look at this long awaiting task. Ideally, I would need a beta release to...
I believe it's this code ``` # get the source vcard, which to copy or move source_vcard = choose_vcard_from_list( "Select contact to {}".format(action.title()), vcard_list) if source_vcard is None: sys.exit("Found no...
Must say that using wmctrl adds a dep. At least for Slackware.
This one adds a dep to jq :-D Could this work ? ``` i3-msg -t get_workspaces | sed 's/},{/\n/g' | awk -F, '{ print $2}' | awk -F: '{ print...
Better : ``` i3-msg -t get_workspaces | sed 's/},{/\n/g' | awk -F, '{ print $3}' | awk -F: '{ print $2 }' | xargs -n1 i3-resurrect save -w ```
I wanted a new release at first thinking that 1.4.3 do not have -n option, but not sure anymore, especially because -w works fine even with my weird workspace naming...
I prefere building packages. I already build one for Slackware, it's 1.4.3 already. I was confused with the text provided with the --help option and the README.md text. I may...
@TheLux83 Exact same use case here!
What is the command you use to launch it ? Have you configured a homepage (and how) ? Le 19 juillet 2022 06:25:03 GMT+02:00, gearhead ***@***.***> a écrit : >Been...