From a699d5e313b994d06fb71cb2c95d1f14324ef16d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 4 Jun 2019 13:05:03 +0200 Subject: [PATCH] [sway] update xorg ids to wayland --- sway/config | 5 ++--- sway/thinkman | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sway/config b/sway/config index 7f0fab9..05362ad 100644 --- a/sway/config +++ b/sway/config @@ -62,9 +62,8 @@ for_window [window_type="dialog"] floating enable for_window [window_type="menu"] floating enable for_window [instance="update_installer"] floating enable # custom floating -for_window [class="Firefox" window_role="About"] floating enable -for_window [class="Nightly" window_role="About"] floating enable -for_window [class="evolution-alarm-notify"] floating enable +for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable +for_window [app_id="firefox-developer-edition" title="About Firefox Developer Edition"] floating enable for_window [title="^pdfpc - presentation"] move container to output right # Stick windows to workspaces diff --git a/sway/thinkman b/sway/thinkman index af81983..31bd7a0 100644 --- a/sway/thinkman +++ b/sway/thinkman @@ -13,4 +13,4 @@ input "2:7:SynPS/2_Synaptics_TouchPad" { natural_scroll enabled middle_emulation enabled scroll_factor 0.5 -} \ No newline at end of file +}