diff --git a/.config/sway/config b/.config/sway/config index 33b19c3..b8f9a45 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -429,6 +429,10 @@ bindsym # Make the current focus fullscreen $mod+f fullscreen + # for in-container fullscreen chromium + # ref: https://www.reddit.com/r/i3wm/comments/egvj3k/chrome_tabs_not_visible_in_full_screen_mode/fdeps34/ + $mod+Shift+f split v; focus parent; fullscreen toggle; focus child + # Toggle the current focus between tiling and floating mode #bindsym $mod+Shift+space floating toggle $mod+Shift+d floating toggle