remove togglefullscreen keybinding
Distribute it as a patch like in dwm since graphical applications
usually provide their own keybinding; I guess it's only for terminals.
Note that even though these commits don't let you open multiple windows
in fullscreen and cycle between them like in dwm, with just
fullscreennotify spawning new windows or changing tag would still exit
fullscreen automatically, but you would have to toggle fullscreen twice
when switching back to the fullscreen window to enter fullscreen again,
so this is better since it avoids that.
Toggle fullscreen on all clients
mod+e allows to toggle fullscreen any client, even those who don't
support it themselves
make rule examples a comment
Merge pull request #40 from guidocella/firefox-class
Fix Firefox class
fix killclient binding, add helpful comment
Merge pull request #26 from guidocella/bind-togglelayout
Bind layout toggle
Merge pull request #21 from mchackorg/focus-color
Add support to change focused window's border color
Add support to change focused window's border color
Merge pull request #18 from guidocella/zoom
Add zoom
Merge pull request #16 from guidocella/killclient
Add killclient
Add repeat delay and repeat rate to config.h (#13)
switch default term to alacritty