Update dotfiles
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -36,11 +36,11 @@ awful.rules.rules = {
|
||||
"GLava",
|
||||
"Conky",
|
||||
"eww-wrapper",
|
||||
"Emulator",
|
||||
"File Operation Progress",
|
||||
},
|
||||
role = {
|
||||
}
|
||||
},
|
||||
properties = {floating = true},
|
||||
properties = { floating = true },
|
||||
},
|
||||
-- Fullscreen clients
|
||||
{
|
||||
@@ -59,25 +59,16 @@ awful.rules.rules = {
|
||||
class = {
|
||||
"qalculate-gtk",
|
||||
"Qalculate-gtk",
|
||||
"Emulator",
|
||||
},
|
||||
name = {
|
||||
"File Operation Progress",
|
||||
},
|
||||
},
|
||||
properties = {
|
||||
ontop = true
|
||||
}
|
||||
},
|
||||
-- Anbox floating window size
|
||||
{
|
||||
rule_any = {
|
||||
class = {
|
||||
"anbox",
|
||||
}
|
||||
},
|
||||
properties = {
|
||||
floating = true,
|
||||
height = 800,
|
||||
width = 480,
|
||||
},
|
||||
},
|
||||
-- Music Visualizer
|
||||
{
|
||||
rule_any = {
|
||||
@@ -111,4 +102,4 @@ awful.rules.rules = {
|
||||
focusable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user