diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 0e33ae6..90abc07 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -563,11 +563,11 @@ awful.rules.rules = { -- { rule = { class = "Firefox" }, -- properties = { screen = 1, tag = "2" } }, - -- { rule = { class = "Lxterminal" }, - -- properties = { - -- screen = "HDMI-0", - -- tags = "WEB"} - -- }, + { rule = { class = "qutebrowser" }, + properties = { + screen = "DP-2", + tags = "WEB"} + }, } diff --git a/config/newsboat/config b/config/newsboat/config index 249dbd3..3ae9b56 100644 --- a/config/newsboat/config +++ b/config/newsboat/config @@ -33,6 +33,7 @@ highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold highlight article ":.*\\(link\\)$" cyan default highlight article ":.*\\(image\\)$" blue default highlight article ":.*\\(embedded flash\\)$" magenta default +highlight article "^(Flags):.*$" color9 default bold # highlights #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 "\\[[0-9]+\\]" color10 default bold #highlight article "\\[image\\ [0-9]+\\]" color9 default bold -#highlight article "^(Flags):.*$" color9 default bold