Skip to content

Commit

Permalink
sway-helper: ignore sway-helper Alacritty windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 28, 2024
1 parent fd497af commit d0ab231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlays/pkgs/sway-helper/src/helpers/sway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub(crate) fn get_containers_fzf_strings<'a>(

if (node.node_type == NodeType::Con || node.node_type == NodeType::FloatingCon)
&& node.nodes.is_empty()
&& node.app_id != Some("sway-helper".to_string())
{
let mut s = String::new();

Expand Down

0 comments on commit d0ab231

Please sign in to comment.