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 &