diff options
-rw-r--r-- | awesome/.config/awesome/rc.lua | 7 | ||||
-rw-r--r-- | newsboat/.config/newsboat/urls | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0beffe7..65810bb 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -16,6 +16,8 @@ local freedesktop = require"freedesktop" -- System data library local vicious = require"vicious" +local boardary = require"boardary" + -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) @@ -367,9 +369,12 @@ awful.screen.connect_for_each_screen(function (s) -- Create the wibox s.mywibox = awful.wibar{position = "top", height = "28", screen = s} + -- Virtual keyboard + --s.vkb = boardary(s) + -- Add widgets to the wibox s.mywibox:setup{ - layout = wibox.layout.align.horizontal, + layout = wibox.layout.align.horizontal(middle), {-- Left widgets layout = wibox.layout.fixed.horizontal, -- mylauncher, diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index ff7cd25..1cecb26 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -1,10 +1,10 @@ https://drewdevault.com/feed.xml https://sourcehut.org/blog/index.xml -https://stallman.org/rss/rss.xml https://www.fsf.org/static/fsforg/rss/news.xml https://www.fsf.org/static/fsforg/rss/jobs.xml https://unixsheikh.com/feed.rss https://rys.io/en/feed.atom +https://zigmonthly.org/index.xml https://andrewkelley.me/rss.xml https://tyil.nl/atom.xml https://secluded.site/posts/index.xml @@ -15,7 +15,6 @@ https://blog.ganssle.io/feeds/all.atom.xml https://vorpus.org/blog/feeds/atom.xml https://voussoir.net/writing/writing.atom https://danct12.github.io/feed.xml -https://ar.al/index.xml https://raphlinus.github.io/feed.xml https://www.chrisj.com.au/feeds/posts/default https://flarerpg.org/index.php/blog/feed |