diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-31 15:18:26 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-31 15:18:26 +0000 |
| commit | 49fae902fc1eeb9a3ea129126c1bd7b1f9b019fb (patch) | |
| tree | 9130caa72222aa7ed88366ef0561c92243f5bce4 | |
| parent | 61f3d2da8414f189d202802cfca1e3f4c45469af (diff) | |
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -62,7 +62,10 @@ Options: `xwinwrap -ni -nf -ovr -fs -- xterm -bg black -fg white +sb -hold -into WID -e neofetch` #### Set htop as desktop wallpaper -`xwinwrap -ni -nf -ovr -fs -- st -w WID -e htop` +`xwinwrap -ni -nf -ovr -fs -- xterm -into WID -e htop` + +#### Set desktop wallpaper with nsxiv +`xwinwrap -ni -nf -ovr -fs -- nsxiv -g 1920x1080 -b /path/to/image -e WID` ### Changes |
