shadowrun rules
This commit is contained in:
parent
3b18ceca1c
commit
6d3711e636
1 changed files with 5 additions and 2 deletions
7
rc.lua
7
rc.lua
|
@ -648,12 +648,15 @@ awful.rules.rules = {
|
||||||
'IcewindDale',
|
'IcewindDale',
|
||||||
'Terraria.bin.x86',
|
'Terraria.bin.x86',
|
||||||
'Terraria.bin.x86_64'
|
'Terraria.bin.x86_64'
|
||||||
|
},
|
||||||
|
name = {
|
||||||
|
'Dragonfall',
|
||||||
|
'SRHK'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
properties = {
|
properties = {
|
||||||
border_width = 0,
|
border_width = 0,
|
||||||
maximized = true,
|
maximized = true
|
||||||
tag = tags[1][4]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
-- tag 4: steam and games
|
-- tag 4: steam and games
|
||||||
|
|
Loading…
Reference in a new issue