diff options
author | rafa_99 <raroma09@gmail.com> | 2022-07-18 23:13:08 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-07-18 23:13:08 +0100 |
commit | e520b29e0e002def3c18ec5804f558be11164529 (patch) | |
tree | 06dd4dcaea5a42adb72f4411c4cd569d470ed6a4 | |
parent | fb81c1d4caffc91e10e86d93c137e32ec3453d49 (diff) |
Updated picom config and newsboat
-rw-r--r-- | newsboat/.config/newsboat/urls | 2 | ||||
-rw-r--r-- | picom/.config/picom/picom.conf | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index 1586411..eb57ce7 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -45,12 +45,14 @@ https://www.si.ips.pt/ests_si/noticias_web.rss?p_grupo_noticias=119 "~IPS ESTS L https://tecnico.ulisboa.pt/pt/feed/ "~IST" https://filmsbykris.com/rss.xml "~Films By Kris" https://landchad.net/rss.xml "~LandChad" +https://www.lowtechmagazine.com/atom.xml "~Low Tech Magazine" https://lukesmith.xyz/rss.xml "~Luke Smith" https://neovim.io/news.xml "~Neovim" https://null-byte.wonderhowto.com/rss.xml "~Null Byte" https://www.phoronix.com/rss.php "~Phoronix" https://www.pine64.org/feed/ "~Pine64" https://stallman.org/rss/rss.xml "~Richard Stallman" +https://standardebooks.org/feeds/atom/all "~Standard Ebooks" https://suckless.org/atom.xml "~Suckless" https://feeds.feedburner.com/TheHackersNews "~The Hacker News" diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 8ac36b8..391877a 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -12,7 +12,7 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 10; +shadow-radius = 7; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) # shadow-opacity = .75 @@ -48,7 +48,6 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", - "class_g = 'firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; @@ -103,10 +102,12 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -# inactive-opacity = 0.8; +# inactive-opacity = 1 +inactive-opacity = 0.95; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) -# frame-opacity = 0.7; +# frame-opacity = 1.0 +frame-opacity = 0.9; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true @@ -142,7 +143,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Sets the radius of rounded window corners. When > 0, the compositor will # round the corners of windows. Does not interact well with # `transparent-clipping`. -corner-radius = 10 +corner-radius = 0 # Exclude conditions for rounded corners. rounded-corners-exclude = [ @@ -294,7 +295,7 @@ detect-transient = true; # practically happened) and may not work with blur-background. # My tests show a 15% performance boost. Recommended. # -# glx-no-stencil = false +glx-no-stencil = true; # GLX backend: Avoid rebinding pixmap on window damage. # Probably could improve performance on rapid window content changes, |