sway-patched-tray-menu/sway
Jeff Peeler 140ce785fe cmd_opacity: add relative opacity changes
This enhances the opacity command to support relative assignment as well
as the currently implemented absolute assignment. The syntax is copied
from the same format that gaps uses for relative and absolute setting.
An example usage in a sway config looks like:

// relative change (this feature)
bindsym button4 opacity plus .1
bindsym button5 opacity minus .1

// absolute change (this feature)
bindsym button4 opacity set 1
bindsym button5 opacity set .3

// old way, still supported
bindsym button4 opacity 1
bindsym button5 opacity .3
2019-08-05 22:10:36 -04:00
..
commands cmd_opacity: add relative opacity changes 2019-08-05 22:10:36 -04:00
config Allocator sizeof operand mismatch 2019-08-02 20:55:49 +03:00
desktop Remove all wayland-server.h includes 2019-07-27 17:16:56 -04:00
input input/libinput: typo fixes (get -> get_default) 2019-08-03 15:46:05 +02:00
tree Remove all wayland-server.h includes 2019-07-27 17:16:56 -04:00
commands.c config: fix find_handler logic 2019-06-20 10:13:58 +03:00
config.c cmd_bindswitch: add option to execute on reload 2019-07-09 10:00:57 +03:00
criteria.c Avoid adding duplicate criteria for no_focus and command 2019-07-27 03:53:05 +03:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c calibration_matrix: add the current matrix to the IPC description for libinput devices 2019-07-05 18:41:56 +03:00
ipc-server.c Remove all wayland-server.h includes 2019-07-27 17:16:56 -04:00
main.c bindings: defer while initiailizing 2019-06-12 07:56:41 +03:00
meson.build ipc: add input::libinput_config event 2019-07-23 20:45:46 +03:00
security.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
server.c Remove all wayland-server.h includes 2019-07-27 17:16:56 -04:00
sway-bar.5.scd Add swaybar protocol documentation 2019-05-30 10:54:23 -04:00
sway-input.5.scd Implement input_cmd_xkb_file (#3999) 2019-07-17 19:26:58 -04:00
sway-ipc.7.scd ipc: add input::libinput_config event 2019-07-23 20:45:46 +03:00
sway-output.5.scd cmd_output: support current output alias 2019-07-17 21:25:09 -04:00
sway.1.scd Update language in sway.desktop & sway(1) 2019-03-10 15:09:52 -04:00
sway.5.scd cmd_opacity: add relative opacity changes 2019-08-05 22:10:36 -04:00
swaynag.c Spawn swaynag as a wayland client 2019-04-14 12:41:59 +03:00
xdg_decoration.c Fix xdg-decoration unconfigured if set before first commit 2019-05-03 15:37:32 -06:00