1
0
Fork 0

window rules updated

This commit is contained in:
Von Random 2015-03-18 12:51:04 +03:00
parent 7d749856a8
commit 3264bf7a19

20
rc.lua
View file

@ -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',