fix: Set Flags newsboat. Set rules qutebrowser awesomewm

This commit is contained in:
Matthew McKinnon 2024-03-19 20:23:11 +10:00
parent 4adeb777c5
commit e8151991da
2 changed files with 6 additions and 6 deletions

View File

@ -563,11 +563,11 @@ awful.rules.rules = {
-- { rule = { class = "Firefox" }, -- { rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" } }, -- properties = { screen = 1, tag = "2" } },
-- { rule = { class = "Lxterminal" }, { rule = { class = "qutebrowser" },
-- properties = { properties = {
-- screen = "HDMI-0", screen = "DP-2",
-- tags = "WEB"} tags = "WEB"}
-- }, },
} }

View File

@ -33,6 +33,7 @@ highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
highlight article ":.*\\(link\\)$" cyan default highlight article ":.*\\(link\\)$" cyan default
highlight article ":.*\\(image\\)$" blue default highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default highlight article ":.*\\(embedded flash\\)$" magenta default
highlight article "^(Flags):.*$" color9 default bold
# highlights # highlights
#highlight article "^(Feed|Link):.*$" color14 default bold #highlight article "^(Feed|Link):.*$" color14 default bold
@ -40,4 +41,3 @@ highlight article ":.*\\(embedded flash\\)$" magenta default
#highlight article "https?://[^ ]+" color12 default underline #highlight article "https?://[^ ]+" color12 default underline
#highlight article "\\[[0-9]+\\]" color10 default bold #highlight article "\\[[0-9]+\\]" color10 default bold
#highlight article "\\[image\\ [0-9]+\\]" color9 default bold #highlight article "\\[image\\ [0-9]+\\]" color9 default bold
#highlight article "^(Flags):.*$" color9 default bold