aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-23s/numlen/log10/gDrew DeVault
2016-01-23Merge pull request #466 from christophgysin/swaybar_usageDrew DeVault
swaybar: add usage
2016-01-23swaybar: add --help optionChristoph Gysin
2016-01-23Merge pull request #464 from christophgysin/swaylockDrew DeVault
swaylock: option parsing
2016-01-23Merge pull request #465 from sardemff7/masterDrew DeVault
Some fixes in commands/assign
2016-01-23swaybar: debug option takes no argumentChristoph Gysin
2016-01-23commands: Fix memory allocation in assignQuentin Glidic
Also use the safer snprintf since we just computed the size. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-01-23commands: Fix usage of arrow in assignQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-01-23travis: remove wlc dep: xcb-util-wmMikkel Oscar Lyderik
2016-01-23swaylock: add i3lock compatible optionsChristoph Gysin
2016-01-23travis: don't build wlc, depend on wlc-git insteadMikkel Oscar Lyderik
2016-01-23swaylock: add option parsingChristoph Gysin
2016-01-23Merge pull request #463 from christophgysin/typoDrew DeVault
sway-input: fix typo
2016-01-23Add xcb-util-wm to PKGBUILDDrew DeVault
2016-01-23sway-input: fix typoChristoph Gysin
2016-01-22manpage: fix sway-input layoutMikkel Oscar Lyderik
2016-01-22manpage: add references sway.5 <-> sway-input.5Mikkel Oscar Lyderik
2016-01-22Fix generating sway-input.5 manpageMikkel Oscar Lyderik
2016-01-22Merge pull request #461 from SethBarberee/swaygrab-zshDrew DeVault
restructured to include single dash options
2016-01-22restructured to include single dash optionsSeth Barberee
2016-01-22cmake: fix libinput include dirsMikkel Oscar Lyderik
2016-01-22Merge pull request #459 from crondog/sigpipeMikkel Oscar Lyderik
Prevent ipc from crashing sway
2016-01-22Prevent ipc from crashing swaycrondog
2016-01-21Only update visibility if WS isn't destroyed afterMikkel Oscar Lyderik
No need to update visibility if the workspace will be destroyed right after.
2016-01-21Merge pull request #456 from gpyh/fix-config-dirDrew DeVault
Fix issue #455
2016-01-21Fix issue #455Yacine 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-21Fix memory leak in config.cDrew DeVault
Thanks @jollywho
2016-01-21Strip stray whitespaceMikkel Oscar Lyderik
2016-01-19Merge pull request #440 from SethBarberee/zsh-completionsDrew DeVault
Basic Zsh auto-completion for --options
2016-01-19Merge pull request #448 from colemickens/libinputDrew DeVault
libinput configuration
2016-01-19libinputCole Mickens
2016-01-17added basic zsh shell completion for sway, swaybg, and swaygrabSeth Barberee
2016-01-17Add ffmpeg/imagemagick to depenency listDrew DeVault
2016-01-17Copy filename from argvMikkel Oscar Lyderik
Fix #449
2016-01-15Merge pull request #445 from crondog/assignDrew DeVault
cmd_assign
2016-01-15cmd_assigncrondog
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-11Strip quotes from workspace name v2Mikkel Oscar Lyderik
This is a more general fix for #444 This reverts part of commit 222f0d44fcda494dca4d5278493a3082068743de.
2016-01-11Strip quotes of each argv when handling commandMikkel Oscar Lyderik
2016-01-11Strip 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-09Merge pull request #443 from mikkeloscar/binding-event-input_codeDrew DeVault
Add bindcode to binding events.
2016-01-09Add backwards compatability for binding eventMikkel Oscar Lyderik
2016-01-09Add bindcode to binding events.Mikkel Oscar Lyderik
2016-01-09Make 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-09Merge pull request #442 from mikkeloscar/bincodeDrew DeVault
Add support for bincode command
2016-01-09Add support for bincode commandMikkel Oscar Lyderik
If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings.
2016-01-08Make wallpaper optional (cmake flag)Drew DeVault
2016-01-08Unescape string after doing var replacementMikkel Oscar Lyderik
Fix #426
2016-01-08Merge pull request #438 from mikkeloscar/binding-eventDrew DeVault
Implement IPC binding event (keyboard)
2016-01-08Make IPC binding event support a compile time opt.Mikkel Oscar Lyderik
2016-01-08Reduce duplicate codeMikkel Oscar Lyderik