From 029ad4e98f5677b2bd68174d02ab3dbf7405c4ba Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 22:06:53 +0200 Subject: [PATCH] sway: add keybind for fullscreen chromium --- .config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) 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