mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add wdisplays, Add floating criteria for keepass and pavuc
This commit is contained in:
parent
8261143748
commit
ea4e8fde78
@ -74,6 +74,7 @@ with lib; {
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
|
wdisplays
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|||||||
@ -97,6 +97,13 @@ with lib; {
|
|||||||
titlebar = true;
|
titlebar = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
floating = {
|
||||||
|
criteria = [
|
||||||
|
{class = "KeePassXC";}
|
||||||
|
{class = "pavucontrol";}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
bars = [];
|
bars = [];
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user