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 = {
|
rule_any = {
|
||||||
class = {
|
class = {
|
||||||
'Audacious',
|
|
||||||
'Deadbeef',
|
'Deadbeef',
|
||||||
'Google-musicmanager',
|
'Google-musicmanager',
|
||||||
'mpv',
|
'mpv',
|
||||||
'Pavucontrol',
|
'Pavucontrol',
|
||||||
'pinentry',
|
'pinentry',
|
||||||
'plugin-container',
|
'plugin-container',
|
||||||
'Qmmp',
|
|
||||||
'Skype',
|
'Skype',
|
||||||
'Vncviewer'
|
'Vncviewer'
|
||||||
},
|
},
|
||||||
|
@ -571,6 +569,19 @@ awful.rules.rules = {
|
||||||
floating = true
|
floating = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
-- Floating borderless, because winamp nostalgia:
|
||||||
|
{
|
||||||
|
rule_any = {
|
||||||
|
class = {
|
||||||
|
'Audacious',
|
||||||
|
'Qmmp'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
properties = {
|
||||||
|
border_width = 0,
|
||||||
|
floating = true
|
||||||
|
}
|
||||||
|
},
|
||||||
-- Per app rules
|
-- Per app rules
|
||||||
-- firefox
|
-- firefox
|
||||||
{
|
{
|
||||||
|
@ -636,10 +647,7 @@ awful.rules.rules = {
|
||||||
'Strife',
|
'Strife',
|
||||||
'Symphony.bin.x86_64',
|
'Symphony.bin.x86_64',
|
||||||
'eu4',
|
'eu4',
|
||||||
'witcher2',
|
'witcher2'
|
||||||
-- non-games
|
|
||||||
'Audacious',
|
|
||||||
'Qmmp'
|
|
||||||
},
|
},
|
||||||
instance = {
|
instance = {
|
||||||
'Civ4BeyondSword.exe',
|
'Civ4BeyondSword.exe',
|
||||||
|
|
Loading…
Reference in a new issue