From 7930c371597fa64e632898869cbfa3f3c97a9263 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 30 Mar 2021 23:49:04 -0500 Subject: [PATCH] fix: remove picom due to stability reasons --- .config/i3/config | 9 +++++++-- .config/picom/picom.conf | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 2a7debf..8211b46 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,7 +16,7 @@ set $mod Mod4 font pango:monospace 8 # Set up Picom so we can use ulauncher -exec_always --no-startup-id picom -b --config $HOME/.config/picom/picom.conf +# exec_always --no-startup-id picom -b --config $HOME/.config/picom/picom.conf # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -193,7 +193,7 @@ bindsym $mod+r mode "resize" # Personal Changes # Default Background -exec_always --no-startup-id xsetroot -solid \"#333333\" +exec_always --no-startup-id hsetroot -solid \"#333333\" # 2px Border on every window default_border pixel 2 @@ -212,3 +212,8 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh # Notifications exec_always --no-startup-id dunst + +# Screenshots +bindsym Print exec $HOME/.local/bin/screenshot-gui +bindsym Shift+Print exec $HOME/.local/bin/screenshot-full +bindsym Ctrl+Print exec $HOME/.local/bin/jptesseract diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 25d5099..631b731 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -210,8 +210,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # -backend = "glx"; -# backend = "xrender"; +# backend = "glx"; +backend = "xrender"; # Enable/disable VSync. # vsync = false @@ -266,7 +266,7 @@ refresh-rate = 0 # to maximize performance for full-screen windows. Known to cause flickering # when redirecting/unredirecting windows. # -# unredir-if-possible = false +unredir-if-possible = false; # Delay before unredirecting the window, in milliseconds. Defaults to 0. # unredir-if-possible-delay = 0