added csgo to games list
This commit is contained in:
parent
1beb29e39b
commit
b5f31d7bb8
1 changed files with 3 additions and 2 deletions
5
rc.lua
5
rc.lua
|
@ -535,8 +535,10 @@ awful.rules.rules = {
|
||||||
{
|
{
|
||||||
rule_any = {
|
rule_any = {
|
||||||
class = {
|
class = {
|
||||||
|
'Awesomenauts.bin.x86',
|
||||||
'Civ5XP',
|
'Civ5XP',
|
||||||
'ck2',
|
'ck2',
|
||||||
|
'csgo_linux',
|
||||||
'deponia_tcj',
|
'deponia_tcj',
|
||||||
'dota_linux',
|
'dota_linux',
|
||||||
'game.x86_64',
|
'game.x86_64',
|
||||||
|
@ -544,8 +546,7 @@ awful.rules.rules = {
|
||||||
'Pandora',
|
'Pandora',
|
||||||
'Strife',
|
'Strife',
|
||||||
'Symphony.bin.x86_64',
|
'Symphony.bin.x86_64',
|
||||||
'witcher2',
|
'witcher2'
|
||||||
'Awesomenauts.bin.x86'
|
|
||||||
},
|
},
|
||||||
instance = {
|
instance = {
|
||||||
'Civ4BeyondSword.exe',
|
'Civ4BeyondSword.exe',
|
||||||
|
|
Loading…
Reference in a new issue