diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-12-08 15:20:10 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-12-08 15:20:10 +0300 |
| commit | e943b2674233f9051382013b52c07c38fa15872a (patch) | |
| tree | e2538b57728eb491a5543a0bc432325b10f526ea | |
| parent | 736f8c7af70c577fc1fb2349360c18f4a00331b1 (diff) | |
| download | xmonad-config-e943b2674233f9051382013b52c07c38fa15872a.tar.gz xmonad-config-e943b2674233f9051382013b52c07c38fa15872a.zip | |
replace nitrogen with feh
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lib/LaNinpreConfig.hs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ consult your distro's package list for specific package names. * alacritty (terminal emulator) * dunst (notification daemon) * picom (compositor) -* nitrogen (wallpaper setter) +* feh (wallpaper setter) * trayer (tray manager) #### optional diff --git a/lib/LaNinpreConfig.hs b/lib/LaNinpreConfig.hs index 92df432..637fd88 100644 --- a/lib/LaNinpreConfig.hs +++ b/lib/LaNinpreConfig.hs @@ -249,7 +249,7 @@ myStartupHook = do ++ "--monitor 0 --transparent true --alpha 0 " ++ "--tint 0x19191a --height 24 &" ) - spawnOnce "nitrogen --restore &" + spawnOnce "~/.fehbg &" setWMName "LG3D" -- ** manage hook |
