mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Remove vsync while autostarting
This commit is contained in:
parent
034070f3a6
commit
573a32b193
@ -11,9 +11,11 @@ function run {
|
||||
|
||||
rm ~/.cache/workspaces
|
||||
nitrogen --save --set-zoom-fill ~/Pictures/Wallpapers/default.jpg
|
||||
run picom --experimental-backends --vsync -b # should prevent screen tearing on most setups if needed
|
||||
run picom --experimental-backends -b # --vsync should prevent screen tearing on most setups if needed
|
||||
|
||||
eww -c ~/.config/eww/bar/ close-all
|
||||
eww -c ~/.config/eww/bar/ open bar
|
||||
|
||||
keynav daemonize
|
||||
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & disown # start polkit agent from GNOME
|
||||
|
Loading…
Reference in New Issue
Block a user