sway: add keybind for fullscreen chromium

This commit is contained in:
surtur 2022-10-17 22:06:53 +02:00
parent 3c1d94a7d4
commit 029ad4e98f
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -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