From 5c72e687d3dce070b28bdb69ad810847ae872fa4 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:25:11 +0400 Subject: [PATCH] i got black i got screen tearing help --- config/dwm/config.def.h | 1 + hosts/sakotop/configuration.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 44880344..57bc022b 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -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 */ }; diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index bd60c885..97b274cc 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -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;