diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-30 11:37:15 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-30 11:37:15 +0530 |
commit | fa2d54695fdf8577d0729f86363ba4aa1e65b75b (patch) | |
tree | 11372185fa6accdd8e4e782325f2e400c35ae980 | |
parent | b6c507caa0a0a8049e17751070d08a14c91e9b28 (diff) |
sway: floating window for system monitor
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-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 2ed44dd..fd889c3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -162,6 +162,7 @@ for_window [title = "Thunar"] floating enable for_window [title = "nwg-look"] floating enable for_window [title = "Calculator"] floating enable for_window [title = "Disks"] floating enable +for_window [title = "System Monitor"] floating enable for_window [title = "About Mozilla Firefox"] floating enable for_window [window_role = "About"] floating enable for_window [app_id="firefox" title="Library"] floating enable, border pixel 1, sticky enable |