fix: remove picom due to stability reasons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user