This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
krolyxon d90a34bcde switch to librewolf 2022-09-13 01:06:32 +05:30
patch actual fullscreen patch 2022-09-11 02:46:59 +05:30
.gitignore first commit 2022-06-01 23:55:10 +05:30
LICENSE first commit 2022-06-01 23:55:10 +05:30
Makefile first commit 2022-06-01 23:55:10 +05:30
README.md readme 2022-09-12 23:25:08 +05:30
config.def.h switch to librewolf 2022-09-13 01:06:32 +05:30
config.def.h.orig actual fullscreen patch 2022-09-11 02:46:59 +05:30
config.def.h.rej actual fullscreen patch 2022-09-11 02:46:59 +05:30
config.h switch to librewolf 2022-09-13 01:06:32 +05:30
config.mk first commit 2022-06-01 23:55:10 +05:30
drw.c enabling emoji support for statusbar 2022-06-24 14:45:14 +05:30
drw.h first commit 2022-06-01 23:55:10 +05:30
dwm switch to librewolf 2022-09-13 01:06:32 +05:30
dwm.1 actual fullscreen patch 2022-09-11 02:46:59 +05:30
dwm.c actual fullscreen patch 2022-09-11 02:46:59 +05:30
dwm.c.orig actual fullscreen patch 2022-09-11 02:46:59 +05:30
dwm.c.rej actual fullscreen patch 2022-09-11 02:46:59 +05:30
dwm.png first commit 2022-06-01 23:55:10 +05:30
fibonacci.c added fibonacci layout 2022-06-11 00:29:21 +05:30
transient.c first commit 2022-06-01 23:55:10 +05:30
util.c first commit 2022-06-01 23:55:10 +05:30
util.h first commit 2022-06-01 23:55:10 +05:30

README.md

My build of dwm (dynamic window manager)

Patches applied

  1. xrdb patch for .Xresources support.
  2. fullgaps patch for adding gaps between windows.
  3. scratchpad patch for scratchpad
  4. bar height for changing bar's height
  5. pertag for layout for each tag.
  6. layoutscroll for scrolling through layouts with mod+shift+tab
  7. swallow patch for swallowing windows (have reversed the patch right now.)

Keybinds

keybinds what they do
mod+enter open terminal(st)
mod+shift+enter open scratchpad(st)
mod+r open dmenu
mod+shift+x kill window
mod+Tab cycle through windows
mod+b toggle statusbar
mod+F5 xrdb
mod+h/l resize windows horizontally
mod+space move the focused window to master
mod+f toggle window fullscreen
mod+shift+r toggle window floating
mod+t tile layout(default)
mod+shift+u monacle layout
mod+y spiral layout
mod+shift+y dwindle layout
mod+shift+f floating mode
mod+(+/-/=) increase/decrease/reset gaps
mod+shit+q quit dwm

MAKE SURE TO INSTALL libxft-bgra OR DWM WILL CRASH