sway/sway
Mikkel Oscar Lyderik 55f63935ab Implement bindsym --release
This is a "simple" version of --release (same as i3) that only supports
a binding that contain one normal key. e.g.:

    bindsym --release $mod+x exec somthing-fun

I didn't bother implementing it for a combination like `$mod+x+z` since
it is a bit tricky to get right and also a bit weird to actually do on a
keyboard.
2016-01-07 21:43:00 +01:00
..
CMakeLists.txt arrange_windows_r: Round pixels to match reality, fixes calculations. 2015-12-28 14:58:17 +01:00
commands.c Implement bindsym --release 2016-01-07 21:43:00 +01:00
config.c Only send modifier event once for active modifiers 2016-01-05 23:18:59 +01:00
container.c Fix whitespace issues. 2016-01-05 23:42:40 +01:00
criteria.c criteria: Code formatting. 2015-11-25 14:59:07 +01:00
debug_log.c remove unused execinfo.h include from debug_log.c 2015-12-21 18:57:26 +01:00
extensions.c extensions: Track panels by wl_resource, position per panel. 2015-12-20 12:54:34 +01:00
focus.c Trigger ipc_event_workspace in all cases 2015-12-21 23:07:52 +01:00
handlers.c Implement bindsym --release 2016-01-07 21:43:00 +01:00
input_state.c Implement bindsym --release 2016-01-07 21:43:00 +01:00
ipc-server.c Add modifier key to bar_config json 2016-01-05 18:36:26 +01:00
layout.c arrange_windows_r: Round pixels to match reality, fixes calculations. 2015-12-28 14:58:17 +01:00
main.c Init layout before checking config 2016-01-05 19:16:46 +01:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
sway.1.txt Clearer order of locations searched for config file. 2016-01-05 22:06:02 +01:00
sway.5.txt split toggle 2015-12-31 11:14:06 +11:00
workspace.c Fix default workspace name generation 2015-12-18 18:52:51 -05:00