Seth Barberee
1ce1fa3d18
refactored to include single dash options
9 years ago
Drew DeVault
f1e1ba0a56
Merge pull request #476 from christophgysin/cairo_set_source_u32
...
extract cairo_set_source_u32()
9 years ago
Christoph Gysin
a5345e807e
extract cairo_set_source_u32()
9 years ago
Drew DeVault
d2af1f3395
Merge pull request #475 from christophgysin/swaylock_color
...
swaylock: implement --color
9 years ago
Christoph Gysin
42bd8c53ee
swaylock: support --color
9 years ago
Christoph Gysin
2b58c03ed5
swaylock: extract render_image
9 years ago
Drew DeVault
bbd6c5be91
Merge pull request #474 from christophgysin/swaylock_pam
...
swaylock pam fixes
9 years ago
Christoph Gysin
071e097214
swaylock: don't memset memory that has been freed
...
swaylock is randomly crashing because we write to password that has already been
freed in pam_authenticate().
9 years ago
Christoph Gysin
dab651a240
swaylock: fix pam conversation
9 years ago
Christoph Gysin
52fea93693
swaylock: add pam conversation debug output
9 years ago
Christoph Gysin
b116af629b
swaylock: remove global variable pam_reply
9 years ago
Mikkel Oscar Lyderik
123de86001
swaybar: Fix plaintext handling.
...
Fix #473
9 years ago
Mikkel Oscar Lyderik
96935f2682
Fix colors off by one
9 years ago
Drew DeVault
55ac868898
Merge pull request #471 from mikkeloscar/fix-exec-quotes
...
Add quotes to multiword arguments.
9 years ago
Mikkel Oscar Lyderik
32ae26e519
Add quotes to multiword arguments.
...
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.
9 years ago
Mikkel Oscar Lyderik
ed227f5664
swaybar: move headers to include/bar
9 years ago
Drew DeVault
4b48a8399a
Merge pull request #467 from mikkeloscar/swaybar-refactor
...
[WIP] Swaybar refactor
9 years ago
Mikkel Oscar Lyderik
a61a27c485
swaybar: cleanup CmakeLists.txt
9 years ago
Mikkel Oscar Lyderik
aa6ad09183
swaybar: rename state to bar
9 years ago
Mikkel Oscar Lyderik
c6fc0033e1
swaybar: move core functionality to state.c
9 years ago
Mikkel Oscar Lyderik
6140f9c42c
swaybar: Move swaybar_teardown to free_state
9 years ago
Mikkel Oscar Lyderik
fcc47cb3bd
swaybar: move ipc stuff to ipc.{h,c}
9 years ago
Mikkel Oscar Lyderik
a6349a2444
swaybar: feactor render, statusline
9 years ago
Mikkel Oscar Lyderik
bb986cb336
swaybar: Separate config
9 years ago
Mikkel Oscar Lyderik
c8cf3f70f9
numlen(0) == 1
9 years ago
Mikkel Oscar Lyderik
2707be7199
use log10 in numlen
9 years ago
Drew DeVault
fe35ea633a
Merge pull request #457 from mikkeloscar/move-view-fix
...
Fix rendering of view when moving to new workspace
9 years ago
Drew DeVault
ef407559e2
Add new wlc thing to views
9 years ago
Drew DeVault
a416715372
Revert "s/numlen/log10/g"
...
This reverts commit 038bb8cc7c
.
9 years ago
Drew DeVault
038bb8cc7c
s/numlen/log10/g
9 years ago
Drew DeVault
ed68571815
Merge pull request #466 from christophgysin/swaybar_usage
...
swaybar: add usage
9 years ago
Christoph Gysin
ac3f36c091
swaybar: add --help option
9 years ago
Drew DeVault
f8de29baf6
Merge pull request #464 from christophgysin/swaylock
...
swaylock: option parsing
9 years ago
Drew DeVault
78b2808c52
Merge pull request #465 from sardemff7/master
...
Some fixes in commands/assign
9 years ago
Christoph Gysin
bba72fb21a
swaybar: debug option takes no argument
9 years ago
Quentin Glidic
449617f104
commands: Fix memory allocation in assign
...
Also use the safer snprintf since we just computed the size.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
9 years ago
Quentin Glidic
43483d8fee
commands: Fix usage of arrow in assign
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
9 years ago
Mikkel Oscar Lyderik
06f6552eed
travis: remove wlc dep: xcb-util-wm
9 years ago
Christoph Gysin
7b25caba47
swaylock: add i3lock compatible options
9 years ago
Mikkel Oscar Lyderik
a3f809d95d
travis: don't build wlc, depend on wlc-git instead
9 years ago
Christoph Gysin
259dc25ba3
swaylock: add option parsing
9 years ago
Drew DeVault
6a5acde592
Merge pull request #463 from christophgysin/typo
...
sway-input: fix typo
9 years ago
Drew DeVault
a297df4a1f
Add xcb-util-wm to PKGBUILD
9 years ago
Christoph Gysin
2341ae64ad
sway-input: fix typo
9 years ago
Mikkel Oscar Lyderik
102719c7dd
manpage: fix sway-input layout
9 years ago
Mikkel Oscar Lyderik
54111839a4
manpage: add references sway.5 <-> sway-input.5
9 years ago
Mikkel Oscar Lyderik
e953f634d9
Fix generating sway-input.5 manpage
9 years ago
Drew DeVault
c2bf457b9f
Merge pull request #461 from SethBarberee/swaygrab-zsh
...
restructured to include single dash options
9 years ago
Seth Barberee
f8edda5939
restructured to include single dash options
9 years ago
Mikkel Oscar Lyderik
4cbb09d566
cmake: fix libinput include dirs
9 years ago