diff --git a/programs/desktop/sway/default.nix b/programs/desktop/sway/default.nix index c1689bb..9591077 100644 --- a/programs/desktop/sway/default.nix +++ b/programs/desktop/sway/default.nix @@ -80,34 +80,20 @@ border = 1; titlebar = false; commands = - (map (criteria: { - inherit criteria; - command = "floating enable"; - }) [ - {app_id = "org.kde.polkit-kde-authentication-agent-1";} - {app_id = "Pinentry";} - {app_id = "pavucontrol";} - {app_id = "\.blueman-manager-wrapped";} - {app_id = "nm-connection-editor";} - {app_id = "thunar";} - {class = "[Mm]atplotlib";} - {class = ".*\.py";} - {class = "Idl";} - ]) - ++ (map (criteria: { - inherit criteria; - command = "layout tabbed"; - }) [ - {app_id = "WebCord";} - {app_id = "signal";} - {app_id = "whatsapp-for-linux";} - {app_id = "teams-for-linux";} - {app_id = "twinkle";} - {app_id = "org\.remmina\.Remmina";} - {app_id = "Nxplayer\.bin";} - {class = "Nxplayer\.bin";} - ]) - ++ []; + map (criteria: { + inherit criteria; + command = "floating enable"; + }) [ + {app_id = "org.kde.polkit-kde-authentication-agent-1";} + {app_id = "Pinentry";} + {app_id = "pavucontrol";} + {app_id = "\.blueman-manager-wrapped";} + {app_id = "nm-connection-editor";} + {app_id = "thunar";} + {class = "[Mm]atplotlib";} + {class = ".*\.py";} + {class = "Idl";} + ]; }; floating.border = 1; keybindings = with config; let