added hand of fate, sorted lists of window rules
This commit is contained in:
parent
ea419cd05d
commit
8af311cd48
1 changed files with 20 additions and 15 deletions
35
rc.lua
35
rc.lua
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue