fix: remove picom due to stability reasons
This commit is contained in:
parent
226bdf1934
commit
7930c37159
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue