]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
use an icon smaller than the surface if possible
[chaz/openbox] / scripts / defaults.py
index 98c57ce5dd2c3e60525e6e9cf595d0bc1a26d766..7b4145c0b47144722c4687ab602046c6f66f8d7a 100644 (file)
@@ -35,6 +35,8 @@ ob.mbind("Left", ob.MouseContext.Root, ob.MouseAction.Click,
 
 ob.kbind(["A-F4"], ob.KeyContext.All, callbacks.close)
 
+ob.kbind(["W-d"], ob.KeyContext.All, callbacks.toggle_show_desktop)
+
 # focus bindings
 import stackedcycle # functions for doing stacked 'kde-style' cycling
 ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next)
This page took 0.023722 seconds and 4 git commands to generate.