summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/binds.conf7
1 files changed, 7 insertions, 0 deletions
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.