From 749c30114476758cc695b09fc25c5abbc3600740 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 21 Jan 2025 00:21:23 +0100 Subject: picom: add -> no tearing! --- install.sh | 3 +++ picom/picom.conf | 5 +++++ uninstall.sh | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 picom/picom.conf diff --git a/install.sh b/install.sh index 016a540..60889ec 100755 --- a/install.sh +++ b/install.sh @@ -44,3 +44,6 @@ stow -Rt $XDG_CONFIG_HOME reminder # feh stow -Rt $XDG_CONFIG_HOME feh + +# picom +stow -Rt $XDG_CONFIG_HOME picom diff --git a/picom/picom.conf b/picom/picom.conf new file mode 100644 index 0000000..8a7f4ad --- /dev/null +++ b/picom/picom.conf @@ -0,0 +1,5 @@ +# menu = { shadow = false; }; +dropdown_menu = { shadow = false; }; +popup_menu = { shadow = false; }; +utility = { shadow = false; }; +backend = "glx"; 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 -- cgit v1.2.3