From 8e2e5ca8db759e2a523a98a21aeb57eba09f3e62 Mon Sep 17 00:00:00 2001 From: epicgamer256705 <86577845+epicgamer256705@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:21:16 -0500 Subject: [PATCH] add fullscreen 2 (#474) --- pages/Configuring/Dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 1cb82a1..ac3c63f 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -30,7 +30,7 @@ layout pages (See the sidebar). | movetoworkspace | moves the focused window to a workspace | workspace OR `workspace,window` for a specific window | | movetoworkspacesilent | same as above, but doesnt switch to the workspace | workspace OR `workspace,window` for a specific window | | togglefloating | toggles the current window's floating state | left empty / `active` for current, or `window` for a specific window | -| fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)) | +| fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)), 2 - fullscreen (same as fullscreen except doesn't alter window's internal fullscreen state) | | fakefullscreen | toggles the focused window's internal fullscreen state without altering the geometry | none | | dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on`, `off`, or `toggle`. For specific monitor add monitor name after a space | | pin | pins a window (i.e. show it on all workspaces) *note: floating only* | left empty / `active` for current, or `window` for a specific window |