My Linux Desktop: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(New page: == Fluxbox== ~/.fluxbox/keys None Print :execCommand import -window root ~/tmp/screenshot$(date +%H%M%S).bmp Mod4 Print :execCommand screenshot win)
 
No edit summary
Line 1: Line 1:
== Fluxbox==
== Fluxbox==
figure out what keys the computer thinks you are pressing with "xev" the X event veiwer.


~/.fluxbox/keys
~/.fluxbox/keys
  None Print :execCommand import -window root ~/tmp/screenshot$(date +%H%M%S).bmp
  None Print :execCommand import -window root ~/tmp/screenshot$(date +%H%M%S).bmp
  Mod4 Print :execCommand screenshot win
  Mod4 Print :execCommand screenshot win

Revision as of 19:03, 10 March 2010

Fluxbox

figure out what keys the computer thinks you are pressing with "xev" the X event veiwer.

~/.fluxbox/keys

None Print :execCommand import -window root ~/tmp/screenshot$(date +%H%M%S).bmp
Mod4 Print :execCommand screenshot win