diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-29 22:14:52 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-29 22:14:52 +0200 |
commit | 1a5d5db09545f745549c940e6815329a9156c68b (patch) | |
tree | 87942142379a59c323e89ee523c453a61f06c4c4 | |
parent | 1353a5408894d75621ceea4298723ea5c71b5684 (diff) |
fixup! picom: add -> no tearing!
-rw-r--r-- | uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uninstall.sh b/uninstall.sh index 3371db2..63c96e6 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -38,4 +38,4 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} reminder stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} feh # picom -stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} feh +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} picom |