i got black i got screen tearing help

This commit is contained in:
Sakooooo 2023-09-10 21:25:11 +04:00
parent 51bd63f3a5
commit 5c72e687d3
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 3 deletions

View file

@ -21,6 +21,7 @@ static const char *colors[][3] = {
static const char *const autostart[] = { static const char *const autostart[] = {
"feh", "--bg-scale", "/home/sako/background.png", NULL, "feh", "--bg-scale", "/home/sako/background.png", NULL,
"xsetroot", "-cursor_name", "left_ptr", NULL, "xsetroot", "-cursor_name", "left_ptr", NULL,
"picom", NULL,
"keepassxc", NULL, "keepassxc", NULL,
NULL /* terminate */ NULL /* terminate */
}; };

View file

@ -19,10 +19,8 @@
modules = { modules = {
desktop = { desktop = {
kitty.enable = true; kitty.enable = true;
xmonad.enable = false;
dwm.enable = true; dwm.enable = true;
awesome.enable = false; picom.enable = true;
picom.enable = false;
dunst.enable = true; dunst.enable = true;
browsers = { browsers = {
firefox.enable = true; firefox.enable = true;