feat(desktop): Re-enable Compton
This commit is contained in:
parent
50785da62d
commit
5fd46c7062
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ in {
|
|||
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
|
||||
};
|
||||
|
||||
|
||||
# Apparently when you have house guests they complain about your screen tearing!
|
||||
services.compton.enable = true;
|
||||
services.compton.backend = "xrender";
|
||||
|
||||
# Configure desktop environment:
|
||||
services.xserver.windowManager.session = lib.singleton {
|
||||
name = "exwm";
|
||||
|
|
Loading…
Reference in a new issue