sway: add keybind for fullscreen chromium
This commit is contained in:
parent
3c1d94a7d4
commit
029ad4e98f
@ -429,6 +429,10 @@ bindsym
|
|||||||
# Make the current focus fullscreen
|
# Make the current focus fullscreen
|
||||||
$mod+f 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
|
# Toggle the current focus between tiling and floating mode
|
||||||
#bindsym $mod+Shift+space floating toggle
|
#bindsym $mod+Shift+space floating toggle
|
||||||
$mod+Shift+d floating toggle
|
$mod+Shift+d floating toggle
|
||||||
|
Loading…
Reference in New Issue
Block a user