Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fluxbox support #3

Open
mziwisky opened this issue Feb 13, 2015 · 8 comments
Open

add fluxbox support #3

mziwisky opened this issue Feb 13, 2015 · 8 comments

Comments

@mziwisky
Copy link
Owner

all nomitches must be trollable

@mikenomitch
Copy link

wmctrl -m | grep "^Name: " | awk '{print $2}' == "Fluxbox"

http://fluxbox.org/help/man-fbsetbg.php

@eriknomitch
Copy link

^ but I'm not sure wmctrl is installed by default.

@eriknomitch
Copy link

Off the top of my head... Return status of this might be preferable: ps aux | awk '{print $11}' | \grep "^fluxbox$"

@eriknomitch
Copy link

Why am I helping with this?

@mziwisky
Copy link
Owner Author

probably so you can claim a stake in this thing when it inevitably blows up into a billion-dollar service

@eriknomitch
Copy link

👍

@mziwisky
Copy link
Owner Author

💰 💰 💰

@eriknomitch
Copy link

Return value of pgrep --exact fluxbox is better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants