commit 51f4a55e5870385c25cdbc3700ea134502e81c62
parent e1e7a847143f55619c6376d4fba29e02c20803b9
Author: Andrew Laack <andrew@laack.co>
Date: Tue, 15 Sep 2026 17:03:42 -0500
Updated xinitrc to not use greyscale shader, moved fehbg file to config dir, symlinked from home, updated picom configuration, added some new rss feeds
Diffstat:
4 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/fehbg b/fehbg
@@ -0,0 +1,2 @@
+#!/bin/sh
+feh --no-fehbg --bg-tile '/home/andrew/personal-files/photos/random/mst.jpg'
diff --git a/newsboat/urls b/newsboat/urls
@@ -8,7 +8,8 @@ https://nicholasjohnson.ch/atom.xml Blog
"exec:gemget -o - gemini://blog.laack.co/feed.xml" Blog
https://dustycloud.org/blog/index.xml Blog
https://lukesmith.xyz/rss.xml Blog
-
+https://purplesyringa.moe/blog/feed.rss Blog
+"exec:gemget -o - gemini://gemini.conman.org/boston.atom" Blog
"query:News:tags # \"News\""
https://krebsonsecurity.com/feed/ News Security
diff --git a/picom.conf b/picom.conf
@@ -20,7 +20,7 @@ shadow-radius = 7;
#
# Range: 0.0 - 1.0
# Default: 0.75
-# shadow-opacity = .75
+shadow-opacity = .75
# The left offset for shadows, in pixels.
#
@@ -78,24 +78,24 @@ fade-out-step = 0.05;
#
# Range: 0.1 - 1.0
# Default: 1.0 (disabled)
-frame-opacity = 1.0;
+frame-opacity = 0.95;
# Use fixed inactive dim value, instead of adjusting according to window opacity.
#
# Default: false
# inactive-dim-fixed = true
-# opacity-rule = [
-# "100:class_g = 'qutebrowser'",
-# "100:class_g = 'feh'",
-# "100:class_g = 'mpv'",
-# "100:class_g = 'firefox'",
-# "85:class_g = 'st-256color'",
-# "85:class_g = 'tabbed'",
-# "90:class_g = 'thunderbird'",
-# "85:class_g = 'Emacs'",
-# "90:class_g = 'zen'",
-# ];
+opacity-rule = [
+ "100:class_g = 'qutebrowser'",
+ "100:class_g = 'feh'",
+ "100:class_g = 'mpv'",
+ "100:class_g = 'firefox'",
+ "85:class_g = 'st-256color'",
+ "85:class_g = 'tabbed'",
+ "90:class_g = 'thunderbird'",
+ "85:class_g = 'Emacs'",
+ "90:class_g = 'zen'",
+];
#################################
diff --git a/xinitrc b/xinitrc
@@ -1,8 +1,9 @@
( while true; do /home/andrew/bin/statusbar.sh; sleep 5; done ) &
-#/home/andrew/.fehbg &
-picom --backend=glx --window-shader-fg=$HOME/.config/gray-shader.glsl &
+/home/andrew/.fehbg &
+# picom --backend=glx --window-shader-fg=$HOME/.config/gray-shader.glsl &
+picom &
#qutebrowser &
#thunderbird &