1
0
Fork 0

added hand of fate, sorted lists of window rules

This commit is contained in:
Von Random 2014-08-22 09:24:01 +04:00
parent ea419cd05d
commit 8af311cd48

35
rc.lua
View file

@ -510,14 +510,14 @@ awful.rules.rules = {
{ {
rule_any = { rule_any = {
class = { class = {
'pinentry',
'Skype',
'Deadbeef', 'Deadbeef',
'mpv',
'Pavucontrol', 'Pavucontrol',
'Qmmp', 'pinentry',
'Vncviewer',
'plugin-container', 'plugin-container',
'mpv' 'Qmmp',
'Skype',
'Vncviewer'
}, },
instance = { instance = {
'sun-awt-X11-XFramePeer' 'sun-awt-X11-XFramePeer'
@ -549,28 +549,33 @@ awful.rules.rules = {
-- Specific desktops rules: place windows only on specific tags by default -- Specific desktops rules: place windows only on specific tags by default
-- steam -- steam
{ {
rule_any = { class = { 'Steam' }, rule_any = {
instance = { 'Steam.exe' } }, class = { 'Steam' },
instance = { 'Steam.exe' }
},
properties = { tag = tags[1][4] } properties = { tag = tags[1][4] }
}, },
-- games = float / fullscreen -- games = float / fullscreen
{ {
rule_any = { rule_any = {
class = { class = {
'dota_linux',
'hl2_linux',
'Strife',
'ck2',
'Pandora',
'witcher2',
'Symphony.bin.x86_64',
'Civ5XP', 'Civ5XP',
'ck2',
'deponia_tcj',
'dota_linux',
'game.x86_64', 'game.x86_64',
'deponia_tcj' 'hl2_linux',
'Pandora',
'Strife',
'Symphony.bin.x86_64',
'witcher2'
}, },
instance = { instance = {
'Civ4BeyondSword.exe', 'Civ4BeyondSword.exe',
'KB.exe' 'KB.exe'
},
name = {
'Hand of Fate'
} }
}, },
properties = { properties = {