[NixOS] Remove picom inactive dim
This commit is contained in:
parent
fde42131d2
commit
487aae9a58
@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, options, inputs, forEachUser, makeEnable, ... }:
|
{ config, pkgs, inputs, forEachUser, makeEnable, ... }:
|
||||||
makeEnable config "modules.xmonad" true {
|
makeEnable config "modules.xmonad" true {
|
||||||
nixpkgs.overlays = with inputs; [
|
nixpkgs.overlays = with inputs; [
|
||||||
xmonad.overlay
|
xmonad.overlay
|
||||||
@ -104,7 +104,6 @@ makeEnable config "modules.xmonad" true {
|
|||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
inactive-dim = 0.2;
|
|
||||||
focus-exclude = ["class_g ?= 'rofi'" "class_g ?= 'Steam'"];
|
focus-exclude = ["class_g ?= 'rofi'" "class_g ?= 'Steam'"];
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"! name~=''" # Qtile == empty wm_class..
|
"! name~=''" # Qtile == empty wm_class..
|
||||||
|
Loading…
Reference in New Issue
Block a user