| Age | Commit message (Collapse) | Author |
|
i grabbed Button1 in setup, disabling it to be used by anthing other
than the wm which means focus worked but not anything inside the window.
fixed by grabbing them for the client instead
|
|
Add multi-monitor focus switching and window moving
|
|
sxwm.c:
before, some of the parsing logic of the exec command was located in
setup, but i have relocated it to a seperate function called
startup_exec. i have also replaced the manual spawning of windows with
the spawn function
parser.c:
added the missing parsing logic of exec and simplified it
|
|
previously, you had to use the keyboard to set focus on a client, but
now you can simply click on a window to set its focus
|
|
|
|
|
|
add exec config file keyword
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ensure segfaults are no longer a problem
|
|
|
|
Multiple should_float entries
|
|
|
|
|
|
|
|
|
|
Ignoring SIGCHLD causes the system to automatically reap child processes
when they terminate, preventing them from becoming zombies.
|
|
Remove flickering when changing between workspaces
|
|
|
|
|
|
thanks to szatanjl dwm patch
|
|
|
|
|
|
simple
|
|
|
|
|