From a8127ecbecc0f0da64c0e6714e8553dda6e0e329 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 17:40:40 +0100 Subject: sway: add firefox quick switch binds --- .config/sway/binds.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/sway') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 2c8118c..fd15686 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -88,6 +88,13 @@ bindsym $mod+Prior focus parent bindsym $mod+Delete [urgent="latest"] focus +# for_window [app_id="^firefox" title="^MAIN/main"] mark browser_main +# for_window [app_id="^firefox" title="^WORK/main"] mark browser_work +# bindsym $mod+Semicolon [con_mark="browser_main"] focus +# bindsym $mod+Apostrophe [con_mark="browser_work"] focus +bindsym $mod+Semicolon [app_id="^firefox" title="^MAIN/main"] focus +bindsym $mod+Apostrophe [app_id="^firefox" title="^WORK/main"] focus + # Workspaces {{{ # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default. -- cgit 1.4.1