i got black i got screen tearing help
This commit is contained in:
parent
51bd63f3a5
commit
5c72e687d3
2 changed files with 2 additions and 3 deletions
|
@ -21,6 +21,7 @@ static const char *colors[][3] = {
|
|||
static const char *const autostart[] = {
|
||||
"feh", "--bg-scale", "/home/sako/background.png", NULL,
|
||||
"xsetroot", "-cursor_name", "left_ptr", NULL,
|
||||
"picom", NULL,
|
||||
"keepassxc", NULL,
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
|
|
@ -19,10 +19,8 @@
|
|||
modules = {
|
||||
desktop = {
|
||||
kitty.enable = true;
|
||||
xmonad.enable = false;
|
||||
dwm.enable = true;
|
||||
awesome.enable = false;
|
||||
picom.enable = false;
|
||||
picom.enable = true;
|
||||
dunst.enable = true;
|
||||
browsers = {
|
||||
firefox.enable = true;
|
||||
|
|
Loading…
Reference in a new issue