Commit Graph

1302 Commits

Author SHA1 Message Date
Mikkel Oscar Lyderik
016a77424a Prefer named output config over wildcard config.
This makes sure that a named output config is applied before the
general wildcard config when a new output is created. This ensures that
the config:

    output * ...
    output NAME ...

behaves the same way as:

    output NAME ...
    output * ...
2016-02-12 13:45:47 +01:00
Drew DeVault
91d6113d4a Merge pull request #488 from mikkeloscar/get-pixels
Replace deprecated function wlc_output_get_pixels.
2016-02-08 07:40:41 -05:00
Mikkel Oscar Lyderik
6f7cbf2eac Replace deprecated function wlc_output_get_pixels.
This makes IPC GET_PIXELS use the new `wlc_pixels_read` call instead of
the deprecated `wlc_output_get_pixels`.

The old version worked by passing a callback function to wlc which would
grab the pixels and send them to the IPC client.
The new version works by maintaining a list of clients who have
requested the pixels of some output and then grap and send the pixels in
the output_post_render hook of the `wlc_interface`.
2016-02-08 12:39:07 +01:00
Mikkel Oscar Lyderik
be6455b295 Squash trailing whitespace 2016-02-08 12:31:13 +01:00
Mikkel Oscar Lyderik
bacd40d6db Fix clang warnings 2016-02-08 12:30:42 +01:00
Drew DeVault
4546ce1188 Add wlc-render.h to handlers.c 2016-02-08 12:20:24 +01:00
Mikkel Oscar Lyderik
6038bf5924 Merge pull request #486 from SethBarberee/sway-zsh
refactored sway command to include single dash
2016-02-08 11:36:21 +01:00
Seth Barberee
4cb30880ca fixed config help 2016-02-01 14:53:45 -06:00
Seth Barberee
aa06ee4fbd refactored to include single dash 2016-01-31 22:39:08 -06:00
Mikkel Oscar Lyderik
6793648f8e use tabs 2016-01-29 03:24:21 +01:00
Mikkel Oscar Lyderik
10e50b690a Improve _swaymsg and _swaygrab completions 2016-01-29 03:06:13 +01:00
Mikkel Oscar Lyderik
34948c7ee1 Autocomplete scale options 2016-01-29 02:48:48 +01:00
Mikkel Oscar Lyderik
25361fa67a complete image, not color 2016-01-29 02:45:01 +01:00
Mikkel Oscar Lyderik
65a03ab502 Add files completion to _swaylock 2016-01-29 02:42:50 +01:00
Mikkel Oscar Lyderik
a64e281356 Merge pull request #483 from aouelete/zsh-swaylock-completion
zsh completions for swaylock
2016-01-29 02:30:25 +01:00
Aaron Ouellette
7ac0fbe8e3 zsh completions for swaylock 2016-01-28 20:20:15 -05:00
Drew DeVault
533e59f7b1 Merge pull request #482 from crondog/movemouse
commands: move position mouse
2016-01-28 07:57:46 -05:00
Drew DeVault
e5bb08cc18 Print /proc/<pid>/maps on segfault 2016-01-28 07:57:07 -05:00
crondog
7916eb70b9 commands: move position mouse
Bounds checking works ok except it overlaps the bar. Just like with
normal floating. Should be fixed once swaybar is fixed.
2016-01-28 22:10:56 +11:00
Drew DeVault
a6e57dd7ac Merge pull request #480 from crondog/swaylocktrans2
swaylock: Allow for transparent color values
2016-01-27 22:12:05 -05:00
crondog
73ec01d854 swaylock: Allow for transparent color values
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-28 13:44:18 +11:00
Drew DeVault
3a4564a367 Merge pull request #479 from crondog/font
font: Allow adding font to the config. In prep for border titles
2016-01-27 04:55:44 -05:00
crondog
0ee5547406 font: Allow adding font to the config. In prep for border titles
v2: Give default font and make bar use it if no bar font
2016-01-27 20:53:31 +11:00
Drew DeVault
baa958eaf2 Remove pointer from swaylock surface 2016-01-26 18:38:05 -05:00
Drew DeVault
f1f4791a3b Fix returning to sway after swaylock completes 2016-01-26 18:33:50 -05:00
Mikkel Oscar Lyderik
a97b325b26 Merge pull request #478 from SethBarberee/swaymsg-zsh
refactored to include single dash options
2016-01-26 22:25:17 +01:00
Seth Barberee
1ce1fa3d18 refactored to include single dash options 2016-01-26 15:22:17 -06:00
Drew DeVault
f1e1ba0a56 Merge pull request #476 from christophgysin/cairo_set_source_u32
extract cairo_set_source_u32()
2016-01-25 16:06:46 -05:00
Christoph Gysin
a5345e807e extract cairo_set_source_u32() 2016-01-25 22:44:33 +02:00
Drew DeVault
d2af1f3395 Merge pull request #475 from christophgysin/swaylock_color
swaylock: implement --color
2016-01-25 15:28:38 -05:00
Christoph Gysin
42bd8c53ee swaylock: support --color 2016-01-25 21:46:26 +02:00
Christoph Gysin
2b58c03ed5 swaylock: extract render_image 2016-01-25 21:18:53 +02:00
Drew DeVault
bbd6c5be91 Merge pull request #474 from christophgysin/swaylock_pam
swaylock pam fixes
2016-01-25 13:28:39 -05:00
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().
2016-01-25 20:15:00 +02:00
Christoph Gysin
dab651a240 swaylock: fix pam conversation 2016-01-25 20:14:59 +02:00
Christoph Gysin
52fea93693 swaylock: add pam conversation debug output 2016-01-25 20:14:44 +02:00
Christoph Gysin
b116af629b swaylock: remove global variable pam_reply 2016-01-25 19:43:51 +02:00
Mikkel Oscar Lyderik
123de86001 swaybar: Fix plaintext handling.
Fix #473
2016-01-25 15:24:12 +01:00
Mikkel Oscar Lyderik
96935f2682 Fix colors off by one 2016-01-25 01:11:33 +01:00
Drew DeVault
55ac868898 Merge pull request #471 from mikkeloscar/fix-exec-quotes
Add quotes to multiword arguments.
2016-01-24 18:33:06 -05:00
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.
2016-01-25 00:14:13 +01:00
Mikkel Oscar Lyderik
ed227f5664 swaybar: move headers to include/bar 2016-01-24 15:55:58 +01:00
Drew DeVault
4b48a8399a Merge pull request #467 from mikkeloscar/swaybar-refactor
[WIP] Swaybar refactor
2016-01-24 09:46:28 -05:00
Mikkel Oscar Lyderik
a61a27c485 swaybar: cleanup CmakeLists.txt 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
aa6ad09183 swaybar: rename state to bar 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
c6fc0033e1 swaybar: move core functionality to state.c 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
6140f9c42c swaybar: Move swaybar_teardown to free_state 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
fcc47cb3bd swaybar: move ipc stuff to ipc.{h,c} 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
a6349a2444 swaybar: feactor render, statusline 2016-01-24 14:22:19 +01:00
Mikkel Oscar Lyderik
bb986cb336 swaybar: Separate config 2016-01-24 14:22:17 +01:00