summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-08 13:23:22 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-08 13:23:22 +0200
commitae0a4227201bfa8101905c5c8c012cb29de68f7f (patch)
tree359646c9320586e5512dae30eb4add8b9c94f0b1 /rc.lua
parentee160ab8e5058cccf7fb2aba971ace5a0651e33f (diff)
downloadawesome-configs-ae0a4227201bfa8101905c5c8c012cb29de68f7f.tar.xz
Fixed tagging of Remember frames
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index e7998e9..0ca8b89 100644
--- a/rc.lua
+++ b/rc.lua
@@ -686,7 +686,7 @@ awful.rules.rules = {
properties = { tag = tags[1][4] } },
{ rule = { instance = "uTorrent.exe" },
properties = { tag = tags[screen.count()][9] } },
- { rule = { class = "Emacs" },
+ { rule = { class = "Emacs", instance = "emacs" },
properties = { tag = tags[screen.count()][2] } },
{ rule = { class = "Firefox" },
properties = { tag = tags[screen.count()][3] } },