window rules updated
This commit is contained in:
parent
7d749856a8
commit
3264bf7a19
1 changed files with 14 additions and 6 deletions
20
rc.lua
20
rc.lua
|
@ -552,14 +552,12 @@ awful.rules.rules = {
|
|||
{
|
||||
rule_any = {
|
||||
class = {
|
||||
'Audacious',
|
||||
'Deadbeef',
|
||||
'Google-musicmanager',
|
||||
'mpv',
|
||||
'Pavucontrol',
|
||||
'pinentry',
|
||||
'plugin-container',
|
||||
'Qmmp',
|
||||
'Skype',
|
||||
'Vncviewer'
|
||||
},
|
||||
|
@ -571,6 +569,19 @@ awful.rules.rules = {
|
|||
floating = true
|
||||
}
|
||||
},
|
||||
-- Floating borderless, because winamp nostalgia:
|
||||
{
|
||||
rule_any = {
|
||||
class = {
|
||||
'Audacious',
|
||||
'Qmmp'
|
||||
}
|
||||
},
|
||||
properties = {
|
||||
border_width = 0,
|
||||
floating = true
|
||||
}
|
||||
},
|
||||
-- Per app rules
|
||||
-- firefox
|
||||
{
|
||||
|
@ -636,10 +647,7 @@ awful.rules.rules = {
|
|||
'Strife',
|
||||
'Symphony.bin.x86_64',
|
||||
'eu4',
|
||||
'witcher2',
|
||||
-- non-games
|
||||
'Audacious',
|
||||
'Qmmp'
|
||||
'witcher2'
|
||||
},
|
||||
instance = {
|
||||
'Civ4BeyondSword.exe',
|
||||
|
|
Loading…
Reference in a new issue