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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Fluxbox==
== Fluxbox==
http://old.fluxbox.org/docs/en/newdoc.keybindings.php
figure out what keys the computer thinks you are pressing with "xev" the X event veiwer.


~/.fluxbox/keys
~/.fluxbox/keys
Print Screen:
  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
Make "windows-l" lock the screen, just like in windows.
Mod4 l :execCommand xlock

Latest revision as of 21:40, 7 February 2011

Fluxbox

http://old.fluxbox.org/docs/en/newdoc.keybindings.php

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

~/.fluxbox/keys

Print Screen:

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

Make "windows-l" lock the screen, just like in windows.

Mod4 l :execCommand xlock