From edc992d0ce84d18dd69689e664f156be001385d4 Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Sun, 11 Sep 2022 17:04:30 +0200 Subject: [PATCH] [sway] Add floating rule for xeyes --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index 1667969..2877f64 100644 --- a/sway/config +++ b/sway/config @@ -405,6 +405,9 @@ for_window [class="QjackCtl" title="^JACK Audio Connection Kit"] { floating enable move to workspace number 11 } +for_window [class="XEyes"] { + floating enable +} bindsym --locked --no-repeat Mod1+p exec $HOME/.config/sway/edp bindsym $mod+n [title="^$" app_id="^firefox$"] kill