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[] = {
|
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 */
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue