diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-11 20:51:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-11 20:51:00 +0000 |
| commit | 87688e399ce4bbc11494772eb6b73813dca9e46d (patch) | |
| tree | 1db7d72a1452f221c3a36c72bbde23fdd603595b | |
| parent | fc7ec94f469a39b529f46507fbf1800e5bf42e1f (diff) | |
use new alias for mbuttons
| -rw-r--r-- | scripts/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index 2fff8247..f7f444d5 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -10,7 +10,7 @@ setup_fallback_focus() ebind(EventPlaceWindow, placewindows_random) # run xterm from root clicks -mbind("1", MC_Root, MouseClick, lambda(d): execute("xterm")) +mbind("Left", MC_Root, MouseClick, lambda(d): execute("xterm")) kbind(["A-F4"], KC_All, close) |
