diff options
-rw-r--r-- | alacritty/normal.yml | 2 | ||||
-rwxr-xr-x | install.sh | 3 | ||||
-rw-r--r-- | picom.conf | 3 |
3 files changed, 1 insertions, 7 deletions
diff --git a/alacritty/normal.yml b/alacritty/normal.yml index 47e5b56..217f97d 100644 --- a/alacritty/normal.yml +++ b/alacritty/normal.yml @@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. window: - opacity: 0.8 + opacity: 0.72 class: "alacritty" font: @@ -148,9 +148,6 @@ ln -sf ${PWD}/rofi_config.rasi ~/.config/rofi/config.rasi # not the actual config location, it will be symlinked by the mode switch ln -sf ${PWD}/polybar ~/.config/polybar.d -mkdir -p ~/.config -ln -sf ${PWD}/picom.conf ~/.config/picom.conf - mkdir -p ~/.config/fontconfig ln -sf ${PWD}/fonts.conf ~/.config/fontconfig/fonts.conf diff --git a/picom.conf b/picom.conf deleted file mode 100644 index 49fe322..0000000 --- a/picom.conf +++ /dev/null @@ -1,3 +0,0 @@ -opacity-rule = [ - "90:class_g = 'Alacritty'" -]; |