Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-23 | s/numlen/log10/g | Drew DeVault | |
2016-01-23 | Merge pull request #466 from christophgysin/swaybar_usage | Drew DeVault | |
swaybar: add usage | |||
2016-01-23 | swaybar: add --help option | Christoph Gysin | |
2016-01-23 | Merge pull request #464 from christophgysin/swaylock | Drew DeVault | |
swaylock: option parsing | |||
2016-01-23 | Merge pull request #465 from sardemff7/master | Drew DeVault | |
Some fixes in commands/assign | |||
2016-01-23 | swaybar: debug option takes no argument | Christoph Gysin | |
2016-01-23 | commands: Fix memory allocation in assign | Quentin Glidic | |
Also use the safer snprintf since we just computed the size. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> | |||
2016-01-23 | commands: Fix usage of arrow in assign | Quentin Glidic | |
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> | |||
2016-01-23 | travis: remove wlc dep: xcb-util-wm | Mikkel Oscar Lyderik | |
2016-01-23 | swaylock: add i3lock compatible options | Christoph Gysin | |
2016-01-23 | travis: don't build wlc, depend on wlc-git instead | Mikkel Oscar Lyderik | |
2016-01-23 | swaylock: add option parsing | Christoph Gysin | |
2016-01-23 | Merge pull request #463 from christophgysin/typo | Drew DeVault | |
sway-input: fix typo | |||
2016-01-23 | Add xcb-util-wm to PKGBUILD | Drew DeVault | |
2016-01-23 | sway-input: fix typo | Christoph Gysin | |
2016-01-22 | manpage: fix sway-input layout | Mikkel Oscar Lyderik | |
2016-01-22 | manpage: add references sway.5 <-> sway-input.5 | Mikkel Oscar Lyderik | |
2016-01-22 | Fix generating sway-input.5 manpage | Mikkel Oscar Lyderik | |
2016-01-22 | Merge pull request #461 from SethBarberee/swaygrab-zsh | Drew DeVault | |
restructured to include single dash options | |||
2016-01-22 | restructured to include single dash options | Seth Barberee | |
2016-01-22 | cmake: fix libinput include dirs | Mikkel Oscar Lyderik | |
2016-01-22 | Merge pull request #459 from crondog/sigpipe | Mikkel Oscar Lyderik | |
Prevent ipc from crashing sway | |||
2016-01-22 | Prevent ipc from crashing sway | crondog | |
2016-01-21 | Only update visibility if WS isn't destroyed after | Mikkel Oscar Lyderik | |
No need to update visibility if the workspace will be destroyed right after. | |||
2016-01-21 | Merge pull request #456 from gpyh/fix-config-dir | Drew DeVault | |
Fix issue #455 | |||
2016-01-21 | Fix issue #455 | Yacine Hmito | |
CMAKE_INSTALL_FULL_SYSCONFIG is not actually passed to the C preprocessor. I remember it working, so I must have messed up somewhere last time I touched this. This is fixed by manually passing its value to the C preprocessor through the SYSCONFDIR definition | |||
2016-01-21 | Fix memory leak in config.c | Drew DeVault | |
Thanks @jollywho | |||
2016-01-21 | Strip stray whitespace | Mikkel Oscar Lyderik | |
2016-01-19 | Merge pull request #440 from SethBarberee/zsh-completions | Drew DeVault | |
Basic Zsh auto-completion for --options | |||
2016-01-19 | Merge pull request #448 from colemickens/libinput | Drew DeVault | |
libinput configuration | |||
2016-01-19 | libinput | Cole Mickens | |
2016-01-17 | added basic zsh shell completion for sway, swaybg, and swaygrab | Seth Barberee | |
2016-01-17 | Add ffmpeg/imagemagick to depenency list | Drew DeVault | |
2016-01-17 | Copy filename from argv | Mikkel Oscar Lyderik | |
Fix #449 | |||
2016-01-15 | Merge pull request #445 from crondog/assign | Drew DeVault | |
cmd_assign | |||
2016-01-15 | cmd_assign | crondog | |
This implements cmd_assign. Basically a copy and paste from cmd_for_window however it has → handling and injects a `move container to workspace` | |||
2016-01-11 | Strip quotes from workspace name v2 | Mikkel Oscar Lyderik | |
This is a more general fix for #444 This reverts part of commit 222f0d44fcda494dca4d5278493a3082068743de. | |||
2016-01-11 | Strip quotes of each argv when handling command | Mikkel Oscar Lyderik | |
2016-01-11 | Strip quotes from workspace name. | Mikkel Oscar Lyderik | |
Fix #444 This is a temporary fix, the real fix is to store the commands as a formatted argv array, so they don't have to be reformatted all over the place. | |||
2016-01-09 | Merge pull request #443 from mikkeloscar/binding-event-input_code | Drew DeVault | |
Add bindcode to binding events. | |||
2016-01-09 | Add backwards compatability for binding event | Mikkel Oscar Lyderik | |
2016-01-09 | Add bindcode to binding events. | Mikkel Oscar Lyderik | |
2016-01-09 | Make enable-binding-event option have an affect. | Mikkel Oscar Lyderik | |
The option was added to late so it was never set in the build. | |||
2016-01-09 | Merge pull request #442 from mikkeloscar/bincode | Drew DeVault | |
Add support for bincode command | |||
2016-01-09 | Add support for bincode command | Mikkel Oscar Lyderik | |
If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings. | |||
2016-01-08 | Make wallpaper optional (cmake flag) | Drew DeVault | |
2016-01-08 | Unescape string after doing var replacement | Mikkel Oscar Lyderik | |
Fix #426 | |||
2016-01-08 | Merge pull request #438 from mikkeloscar/binding-event | Drew DeVault | |
Implement IPC binding event (keyboard) | |||
2016-01-08 | Make IPC binding event support a compile time opt. | Mikkel Oscar Lyderik | |
2016-01-08 | Reduce duplicate code | Mikkel Oscar Lyderik | |