diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:39:14 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-10 22:39:14 +0000 |
| commit | 659c229d0e06233a995f0bb5dfd94839542b94dd (patch) | |
| tree | 4db9775539a6013aa5941dc0fc7d3f626084f2fb | |
| parent | 3be6d754ef837d57ba8c697afc48bf587192bacf (diff) | |
| download | dots-659c229d0e06233a995f0bb5dfd94839542b94dd.tar.gz | |
sway: config: make nm-connection-editor windows floating by default
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | .config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 402ce1e..4249331 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -180,6 +180,7 @@ for_window [app_id = "thunar"] floating enable for_window [app_id = "thunar" title=".*Progress.*"] floating enable for_window [app_id = "thunar" title=".*Confirm.*"] floating enable for_window [app_id = "firefox" title="Library"] floating enable, border pixel 1, sticky enable +for_window [app_id = "nm-connection-editor"] floating enable for_window [class = "(?i)pinentry"] floating enable for_window [title = "Administrator privileges required"] floating enable for_window [title = "Volume Control"] floating enable |
