From ea4e8fde780d76d137bfaf34e3e818bcaf82c903 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 22 Aug 2022 17:43:02 +0200 Subject: [PATCH] Add wdisplays, Add floating criteria for keepass and pavuc --- modules/sway.nix | 1 + users/ellmau/sway.nix | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/modules/sway.nix b/modules/sway.nix index 2d091b7..6c4959d 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -74,6 +74,7 @@ with lib; { environment.systemPackages = with pkgs; [ gnome3.adwaita-icon-theme + wdisplays wl-clipboard wl-mirror networkmanagerapplet diff --git a/users/ellmau/sway.nix b/users/ellmau/sway.nix index 07e04be..c24d5bd 100644 --- a/users/ellmau/sway.nix +++ b/users/ellmau/sway.nix @@ -97,6 +97,13 @@ with lib; { titlebar = true; }; + floating = { + criteria = [ + {class = "KeePassXC";} + {class = "pavucontrol";} + ]; + }; + bars = []; }; extraConfig = ''