Skip to content

Commit

Permalink
Remove picom from services
Browse files Browse the repository at this point in the history
It was causing bugs, and should not be needed with a tiling window
manager
  • Loading branch information
simonrw committed Jun 3, 2024
1 parent 622fa7c commit 94404ad
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions home/bspwm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,6 @@ in {
monitors = monitor-configs.${cfg.num-monitors};
};

services.picom = {
enable = true;
backend = "glx";
fade = false;
shadow = true;
shadowOffsets = [
(-7)
(-7)
];
shadowOpacity = 0.8;
shadowExclude = [
''window_type *= "menu"''
''name *?= "polybar"''
];
vSync = true;
settings = {
shadow-radius = 10;
};
};

services.polybar = {
enable = true;
script = ''
Expand Down

0 comments on commit 94404ad

Please sign in to comment.