Advertisement
Guest User

Untitled

a guest
Sep 15th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
  2. awful.key({ modkey, }, "BackSpace", function() awful.util.spawn("thunar") end),
  3. awful.key({ }, "Print", function() awful.util.spawn("xfce4-screenshooter") end),
  4. awful.key({ modkey, }, "s", function() awful.util.spawn("xfce4-settings-manager") end),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement