diff options
| -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 |
