Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | Print /proc/<pid>/maps on segfault | Drew DeVault | |
2016-01-27 | Merge pull request #480 from crondog/swaylocktrans2 | Drew DeVault | |
swaylock: Allow for transparent color values | |||
2016-01-28 | swaylock: Allow for transparent color values | crondog | |
There is only a slight issue. When using a transparent color the views are arranged to make room for swaylock which we can now see. I tried removing the arrange call but that just made it worse by putting in an opaque view on the workspace and not making the lockoverlay color. Ill raise an issue if this is not easily solved | |||
2016-01-27 | Merge pull request #479 from crondog/font | Drew DeVault | |
font: Allow adding font to the config. In prep for border titles | |||
2016-01-27 | font: Allow adding font to the config. In prep for border titles | crondog | |
v2: Give default font and make bar use it if no bar font | |||
2016-01-26 | Remove pointer from swaylock surface | Drew DeVault | |
2016-01-26 | Fix returning to sway after swaylock completes | Drew DeVault | |
2016-01-26 | Merge pull request #478 from SethBarberee/swaymsg-zsh | Mikkel Oscar Lyderik | |
refactored to include single dash options | |||
2016-01-26 | refactored to include single dash options | Seth Barberee | |
2016-01-25 | Merge pull request #476 from christophgysin/cairo_set_source_u32 | Drew DeVault | |
extract cairo_set_source_u32() | |||
2016-01-25 | extract cairo_set_source_u32() | Christoph Gysin | |
2016-01-25 | Merge pull request #475 from christophgysin/swaylock_color | Drew DeVault | |
swaylock: implement --color | |||
2016-01-25 | swaylock: support --color | Christoph Gysin | |
2016-01-25 | swaylock: extract render_image | Christoph Gysin | |
2016-01-25 | Merge pull request #474 from christophgysin/swaylock_pam | Drew DeVault | |
swaylock pam fixes | |||
2016-01-25 | swaylock: don't memset memory that has been freed | Christoph Gysin | |
swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate(). | |||
2016-01-25 | swaylock: fix pam conversation | Christoph Gysin | |
2016-01-25 | swaylock: add pam conversation debug output | Christoph Gysin | |
2016-01-25 | swaylock: remove global variable pam_reply | Christoph Gysin | |
2016-01-25 | swaybar: Fix plaintext handling. | Mikkel Oscar Lyderik | |
Fix #473 | |||
2016-01-25 | Fix colors off by one | Mikkel Oscar Lyderik | |
2016-01-24 | Merge pull request #471 from mikkeloscar/fix-exec-quotes | Drew DeVault | |
Add quotes to multiword arguments. | |||
2016-01-25 | Add quotes to multiword arguments. | Mikkel Oscar Lyderik | |
This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work. | |||
2016-01-24 | swaybar: move headers to include/bar | Mikkel Oscar Lyderik | |
2016-01-24 | Merge pull request #467 from mikkeloscar/swaybar-refactor | Drew DeVault | |
[WIP] Swaybar refactor | |||
2016-01-24 | swaybar: cleanup CmakeLists.txt | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: rename state to bar | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: move core functionality to state.c | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: Move swaybar_teardown to free_state | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: move ipc stuff to ipc.{h,c} | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: feactor render, statusline | Mikkel Oscar Lyderik | |
2016-01-24 | swaybar: Separate config | Mikkel Oscar Lyderik | |
2016-01-24 | numlen(0) == 1 | Mikkel Oscar Lyderik | |
2016-01-24 | use log10 in numlen | Mikkel Oscar Lyderik | |
2016-01-23 | Merge pull request #457 from mikkeloscar/move-view-fix | Drew DeVault | |
Fix rendering of view when moving to new workspace | |||
2016-01-23 | Add new wlc thing to views | Drew DeVault | |
2016-01-23 | Revert "s/numlen/log10/g" | Drew DeVault | |
This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370. | |||
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 |