Skip to content

Commit

Permalink
Updated README.md for my fork changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adham-elaraby authored Dec 21, 2023
1 parent 9dd20e6 commit d76a859
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in Comparison to main
=============================
- PerTag patch
- Battery Indicator
- Gapless Tiling with offset
- Added MOD_WIN support as Mod key instead of ALT
- Cyclic check for Hung windows with clock Timer to call unmanage()

dwm-win32 is a port of the well known X11 window manager dwm to Microsoft
Windows.

Expand Down Expand Up @@ -45,16 +53,14 @@ Usage

`MOD + Control + b` Toggles bar on and off.

`MOD + e` Toogles windows explorer and taskbar on and off.
`MOD + Shift + e` Toogles windows explorer and taskbar on and off.

`MOD + t` Sets tiled layout.

`MOD + f` Sets floating layout.

`MOD + m` Sets monocle layout.

`MOD + Control + space` Toggles between current and previous layout.

`MOD + j` Focus next window.

`MOD + k` Focus previous window.
Expand All @@ -65,15 +71,15 @@ Usage

`MOD + Control + Return` Zooms/cycles focused window to/from master area (tiled layouts only).

`MOD + Shift + c` Close focused window.
`MOD + q` Close focused window.

`MOD + Shift + a` Force rearrange.
`MOD + Shift + f` Force rearrange.

`MOD + Shift + Space` Toggle focused window between tiled and floating state.

`MOD + n` Toggles border of currently focused window.

`Mod + i` Display classname of currently focused window, useful for writing
`Mod + + Shift + i` Display classname of currently focused window, useful for writing
tagging rules.

`MOD + Tab` Toggles to the previously selected tags.
Expand All @@ -96,7 +102,7 @@ Usage

`MOD + Control + q` Quit dwm.

`MOD + Control + l` Log all window state.
`MOD + Control + l` Log all window state. (Disabled)


## Mouse
Expand Down

0 comments on commit d76a859

Please sign in to comment.