moustacheful / myrmidon

A rofi task / command executor
MIT License
91 stars 8 forks source link

Suggestion: option to keep myrmidon window open after executing command #12

Open eater opened 3 years ago

eater commented 3 years ago

https://github.com/davatorium/rofi-blezz has this (called actReload and specified in the config file) and it's very useful for possible repeated tasks, like turning up the volume on the music, or growing a floating window. You invoke the command, the volume goes up 1 notch, but the window is still there in case you want to immediately go up some more notches.

moustacheful commented 3 years ago

Neat! maybe this has an easy solution: allowing args to be passed through to rofi. So wherever you trigger myrmidon you can just specify an argument (in this case --blezz).

Do you want to take a stab at it?

eater commented 3 years ago

Sorry, what I meant was: rofi-blezz can be used as an alternative to myrmidon. I don't think you'd run both. Rofi-blezz is annoying in a few ways, but has that one reload feature that myrmidon lacks, so my idle suggestion is to add the feature to myrmidon. I'd add it if I had time but that may be years away.

Passing args from myrmidon to rofi would be cool too though!