Update script names
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -40,7 +40,9 @@ awful.rules.rules = {
|
||||
"File Operation Progress",
|
||||
},
|
||||
},
|
||||
properties = { floating = true },
|
||||
properties = {
|
||||
floating = true,
|
||||
},
|
||||
},
|
||||
-- Fullscreen clients
|
||||
{
|
||||
@@ -69,6 +71,19 @@ awful.rules.rules = {
|
||||
ontop = true
|
||||
}
|
||||
},
|
||||
-- Always Visible
|
||||
{
|
||||
rule_any = {
|
||||
name = {
|
||||
"Picture-in-Picture",
|
||||
},
|
||||
},
|
||||
properties = {
|
||||
ontop = true,
|
||||
sticky = true,
|
||||
floating = true,
|
||||
}
|
||||
},
|
||||
-- Music Visualizer
|
||||
{
|
||||
rule_any = {
|
||||
@@ -82,8 +97,8 @@ awful.rules.rules = {
|
||||
skip_taskbar = true,
|
||||
titlebars_enabled = false,
|
||||
requests_no_titlebar = true,
|
||||
focusable = false,
|
||||
placement = awful.placement.maximize
|
||||
focusable = true,
|
||||
placement = awful.placement.maximize,
|
||||
}
|
||||
},
|
||||
-- Conky Position
|
||||
|
Reference in New Issue
Block a user