From 6d3fcaae052b78fddf639f9ce997ae4193e85068 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Wed, 16 Nov 2022 10:02:24 +0100 Subject: [PATCH] Picom launch fix --- oh-my-zsh/.oh-my-zsh/aliases.sh | 1 + picom/.config/picom/launch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index 4c854d4..ca57ae3 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -9,6 +9,7 @@ alias ccd="pwd | xclip" alias vidconvert="ffmpeg -i" alias vim="nvim" alias vi="nvim" +# alias idea="export _JAVA_AWT_WM_NONREPARENTING=1 idea" # Shortcuts alias todo="task" diff --git a/picom/.config/picom/launch b/picom/.config/picom/launch index 0a7c409..ee8e0af 100755 --- a/picom/.config/picom/launch +++ b/picom/.config/picom/launch @@ -11,4 +11,4 @@ killall -q picom while pgrep -u $UID -x picom >/dev/null; do sleep 1; done # Launch picom -picom --config ~/.config/picom/picom.conf --experimental-backends --xrender-sync-fence & +picom --config ~/.config/picom/picom.conf --xrender-sync-fence &