Updates to awesome with fennel

This commit is contained in:
Chris Cochrun 2020-09-07 20:44:01 -05:00
parent ebf15f2270
commit 3d48649971
7 changed files with 63 additions and 78 deletions

View file

@ -13,23 +13,32 @@
:border_color beautiful.border_normal
:focus awful.client.focus.filter
:raise true
:buttons keybindings.clientbuttons
:screen awful.screen.preferred
:placement (+ awful.placement.no_overlap awful.placement.no_offscreen)
}
}
;; floating
;; floating and centered
{
:rule_any {
:class [
"mpv"
"dolphin"
"feh"
"Arandr"
]
:name [
"Event Tester"
"remove images?"
]
:role [
"pop-up"
"GtkFileChooserDialog"
]}
:properties {:floating true}
:properties {
:placement awful.placement.centered
:floating true
}
}
])