Skip to content

Instantly share code, notes, and snippets.

@Ikke
Created January 25, 2013 21:34
Show Gist options
  • Save Ikke/4638095 to your computer and use it in GitHub Desktop.
Save Ikke/4638095 to your computer and use it in GitHub Desktop.
-- {{{ Rules
awful.rules.rules = {
-- All clients will match this rule.
{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
focus = true,
keys = clientkeys,
buttons = clientbuttons } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },
{ rule = { class = "pinentry" },
properties = { floating = true } },
{ rule = { class = "gimp" },
properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } },
} -- Line 371 - attempt to index field 'rules' (a nil value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment