-
Fluxbox FreeBSD
I have installed fluxbox-0.1.14 trough ports, i have tried to capture my screenshots by
Code:
vi ~/.fluxbox/keys
Control Mod1 p :ExecCommand 'import -window root screenshot.png'
But that didnt work, im really looking for a way to capture screenies by hitting a key, are there any programs or method to do this?
Thanks
-
Just a thought...
Why not remove that version of Flux and install the development version?? I believe it's under... Code:
# cd /usr/ports/x11-wm/fluxbox-devel && make install clean
I think that will get you version 0.9.14 which has the screenshots option in the right click menu by default ;)
-