aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2016-02-01fixed config helpSeth Barberee-1/+1
2016-01-31refactored to include single dashSeth Barberee-14/+8
2016-01-29use tabsMikkel Oscar Lyderik-1/+1
2016-01-29Improve _swaymsg and _swaygrab completionsMikkel Oscar Lyderik-3/+14
2016-01-29Autocomplete scale optionsMikkel Oscar Lyderik-1/+1
2016-01-29complete image, not colorMikkel Oscar Lyderik-2/+2
2016-01-29Add files completion to _swaylockMikkel Oscar Lyderik-3/+3
2016-01-29Merge pull request #483 from aouelete/zsh-swaylock-completionMikkel Oscar Lyderik-1/+12
zsh completions for swaylock
2016-01-28zsh completions for swaylockAaron Ouellette-1/+12
2016-01-28Merge pull request #482 from crondog/movemouseDrew DeVault-0/+21
commands: move position mouse
2016-01-28Print /proc/<pid>/maps on segfaultDrew DeVault-1/+47
2016-01-28commands: move position mousecrondog-0/+21
Bounds checking works ok except it overlaps the bar. Just like with normal floating. Should be fixed once swaybar is fixed.
2016-01-27Merge pull request #480 from crondog/swaylocktrans2Drew DeVault-11/+17
swaylock: Allow for transparent color values
2016-01-28swaylock: Allow for transparent color valuescrondog-11/+17
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-27Merge pull request #479 from crondog/fontDrew DeVault-2/+28
font: Allow adding font to the config. In prep for border titles
2016-01-27font: Allow adding font to the config. In prep for border titlescrondog-2/+28
v2: Give default font and make bar use it if no bar font
2016-01-26Remove pointer from swaylock surfaceDrew DeVault-11/+21
2016-01-26Fix returning to sway after swaylock completesDrew DeVault-0/+3
2016-01-26Merge pull request #478 from SethBarberee/swaymsg-zshMikkel Oscar Lyderik-12/+6
refactored to include single dash options
2016-01-26refactored to include single dash optionsSeth Barberee-12/+6
2016-01-25Merge pull request #476 from christophgysin/cairo_set_source_u32Drew DeVault-17/+20
extract cairo_set_source_u32()
2016-01-25extract cairo_set_source_u32()Christoph Gysin-17/+20
2016-01-25Merge pull request #475 from christophgysin/swaylock_colorDrew DeVault-100/+135
swaylock: implement --color
2016-01-25swaylock: support --colorChristoph Gysin-18/+46
2016-01-25swaylock: extract render_imageChristoph Gysin-85/+92
2016-01-25Merge pull request #474 from christophgysin/swaylock_pamDrew DeVault-9/+33
swaylock pam fixes
2016-01-25swaylock: don't memset memory that has been freedChristoph Gysin-5/+4
swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate().
2016-01-25swaylock: fix pam conversationChristoph Gysin-5/+15
2016-01-25swaylock: add pam conversation debug outputChristoph Gysin-0/+14
2016-01-25swaylock: remove global variable pam_replyChristoph Gysin-4/+5
2016-01-25swaybar: Fix plaintext handling.Mikkel Oscar Lyderik-1/+1
Fix #473
2016-01-25Fix colors off by oneMikkel Oscar Lyderik-4/+4
2016-01-24Merge pull request #471 from mikkeloscar/fix-exec-quotesDrew DeVault-0/+33
Add quotes to multiword arguments.
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik-0/+33
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-24swaybar: move headers to include/barMikkel Oscar Lyderik-14/+14
2016-01-24Merge pull request #467 from mikkeloscar/swaybar-refactorDrew DeVault-1214/+1531
[WIP] Swaybar refactor
2016-01-24swaybar: cleanup CmakeLists.txtMikkel Oscar Lyderik-1/+0
2016-01-24swaybar: rename state to barMikkel Oscar Lyderik-273/+274
2016-01-24swaybar: move core functionality to state.cMikkel Oscar Lyderik-119/+126
2016-01-24swaybar: Move swaybar_teardown to free_stateMikkel Oscar Lyderik-49/+87
2016-01-24swaybar: move ipc stuff to ipc.{h,c}Mikkel Oscar Lyderik-301/+359
2016-01-24swaybar: feactor render, statuslineMikkel Oscar Lyderik-840/+968
2016-01-24swaybar: Separate configMikkel Oscar Lyderik-171/+257
2016-01-24numlen(0) == 1Mikkel Oscar Lyderik-1/+1
2016-01-24use log10 in numlenMikkel Oscar Lyderik-7/+7
2016-01-23Merge pull request #457 from mikkeloscar/move-view-fixDrew DeVault-3/+1
Fix rendering of view when moving to new workspace
2016-01-23Add new wlc thing to viewsDrew DeVault-0/+1
2016-01-23Revert "s/numlen/log10/g"Drew DeVault-5/+18
This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.
2016-01-23s/numlen/log10/gDrew DeVault-18/+5
2016-01-23Merge pull request #466 from christophgysin/swaybar_usageDrew DeVault-2/+17
swaybar: add usage