diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:21:23 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:21:23 +0100 |
commit | 749c30114476758cc695b09fc25c5abbc3600740 (patch) | |
tree | 13fbf1c1cf6639da0b62315298588c1b17c01659 /uninstall.sh | |
parent | 3dca48c8ef770511bd2468fbc510f2412fe2e203 (diff) |
picom: add -> no tearing!
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index 4ccaa0c..2cef81f 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -41,3 +41,6 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} reminder # feh stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} feh + +# picom +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} feh |