diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:40:40 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:20 +0100 |
| commit | a8127ecbecc0f0da64c0e6714e8553dda6e0e329 (patch) | |
| tree | ca5266c9aa9dfcaf1b48aed923a2750078248889 | |
| parent | 1647fc4a8f326feb2a4fa00598ca5c5fd24cb0aa (diff) | |
sway: add firefox quick switch binds
| -rw-r--r-- | .config/sway/binds.conf | 7 |
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. |