rules: set screen number in rc.lua

This commit is contained in:
crater2150 2011-06-27 13:53:16 +02:00
parent c8b66801ba
commit 365590c3e9
2 changed files with 11 additions and 10 deletions

1
rc.lua
View file

@ -2,6 +2,7 @@ terminal = "urxvtc -e tmux"
editor_cmd = "urxvtc -e vim"
modkey = "Mod4"
hyper = "Mod3"
rule_screen=1
-- Standard awesome library
require("awful")