summaryrefslogtreecommitdiff
path: root/common/modules/dwm/default.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-19 23:39:48 +0530
committerbrustybee <bee@4d2.org>2026-03-19 23:39:48 +0530
commitf9142a5822a4f212a3031b932cbf51b2d50344a8 (patch)
treee77663c8be81aa8d08b5bda5a5e249181b5aedb2 /common/modules/dwm/default.nix
parent6e709195b0d27903983e079c1c366bb7de0b753e (diff)
add thunderbird chnage window opacity and fix feh cmd
Diffstat (limited to 'common/modules/dwm/default.nix')
-rw-r--r--common/modules/dwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/dwm/default.nix b/common/modules/dwm/default.nix
index f36c9e2..e5985ae 100644
--- a/common/modules/dwm/default.nix
+++ b/common/modules/dwm/default.nix
@@ -86,7 +86,7 @@ in
gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 &
${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1 &
- feh --no-fehbg --bg-fill "$(rg wallpaper beeSettings | cut -d"=" -f2)"
+ feh --no-fehbg --bg-fill "$(rg wallpaper ~/.config/beeSettings | cut -d"=" -f2)"
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
dunst &