summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-06-21 20:26:52 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-06-21 20:35:10 +1200
commitc4813b0ad3f8e0cc4f55b0f0fda8359eb9729417 (patch)
treecdeb26bb70aaa0b5782680908df176cff1ec9cfe /readme.org
parent21b1840e0982929c1fa8acc5fadd203dccc94585 (diff)
downloadYATwm-c4813b0ad3f8e0cc4f55b0f0fda8359eb9729417.tar.gz
YATwm-c4813b0ad3f8e0cc4f55b0f0fda8359eb9729417.zip
feat: Fixed fullscreen stuff after rebasing in the config refactor
Also added stuff to the readme for it
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index 4f8afa1..9a41662 100644
--- a/readme.org
+++ b/readme.org
@@ -51,6 +51,7 @@ The config file is a list of commands. Each command should be on a new line. For
- String rest: A string which gets sent to bash
- reload: Reloads YATwm, this reloads the config file and re runs the monitor detection, and will unmap and remap all windows to refresh them.
- nextMonitor: Focuses the next monitor, wraps around.
+- fullscreen: Toggles if the current window is fullscreen
- gaps: Sets the size of the inner gaps, margins around each window (this ends up looking doubled as each window has it)
- Number: The size in pixels
- outergaps: Sets the size of the outer gaps, distance for windows and the edge of the output (add this to the inner gaps to get distance between window and edge of output)
@@ -100,6 +101,7 @@ Current keybinds (these can all be edited):
- ~mod + c~ : firefox
- ~mod + x~ : lock
- ~mod + shift + x~ : lock and sleep
+- ~mod + f~ : toggle fullscreen
- ~mod + (num)~ : switch to workspace (num) - currently only for 1-10 but you can add more
- ~mod + shift + (num)~ : move window to workspace (num) - currently only for 1-10 but you can add more
(mod is super, and the direction keys are h, j, k, l - left, down, up, right respectively like vim)