From d478f5dda5eac54208694f7f6be56ea9d4414ba1 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 6 Mar 2024 20:27:27 +0100 Subject: [PATCH] Update dotfiles form desktop pc --- .config/picom.conf | 2 -- .profile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index b23500c..0f72b38 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -4,8 +4,6 @@ vsync = true; glx-no-stencil = true; panting-on-overlay = true; -unredir-if-possible = true; - opengl-swc = true; # Fading diff --git a/.profile b/.profile index 565d704..3417a00 100644 --- a/.profile +++ b/.profile @@ -17,4 +17,4 @@ if [ -n "$BASH_VERSION" ]; then fi # set PATH so it includes user's private bin directories -PATH="$HOME/bin:$HOME/.local/bin:$PATH" +PATH="$HOME/bin:$HOME/.local/bin:$PATH:/var/lib/flatpak/exports/bin"