swayfx/sway
Mikkel Oscar Lyderik a96a5e0013 Handle bar commands outside config file
Our initial implementation of `bar {  }` assumed that the commands could
only be used in the config. This is not true for two commands:

* bar mode
* bar hidden_state

This patch makes it possible to issue these commands outside a bar
block, for instance through swaymsg

    $ swaymsg bar mode hide bar-0

This does not implement the `barconfig_update` IPC event which should be
trigged from these commands. I have added TODO's where this should be
added once implemented.
2015-12-21 14:33:27 +01:00
..
CMakeLists.txt Move sway/util.c to common/util.c 2015-12-14 17:17:06 +01:00
commands.c Handle bar commands outside config file 2015-12-21 14:33:27 +01:00
config.c Fix default swaybar font 2015-12-21 05:07:19 -05:00
container.c container: Fix inner gaps against screen edge. 2015-12-20 21:23:20 +01:00
criteria.c criteria: Code formatting. 2015-11-25 14:59:07 +01:00
debug_log.c debug_log: Improve container_log so that debug lines are aligned. 2015-11-27 17:49:07 +01:00
extensions.c extensions: Track panels by wl_resource, position per panel. 2015-12-20 12:54:34 +01:00
focus.c focus: Fix moving last workspace. 2015-12-18 13:23:49 +01:00
handlers.c extensions: Track panels by wl_resource, position per panel. 2015-12-20 12:54:34 +01:00
input_state.c Lookup dragging key when in dragging mode 2015-12-14 22:44:50 +01:00
ipc-server.c Implement bar option: separator_symbol 2015-12-16 13:01:11 +01:00
layout.c layout: Fix edge_gaps off with top/left panels. 2015-12-20 21:23:20 +01:00
main.c Detect proprietary AMD drivers too 2015-12-14 18:13:44 +02: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 move manpages to subfolders 2015-12-02 12:49:01 +02:00
sway.5.txt Add floating_modifier extension to manpage 2015-12-11 18:04:27 +01:00
workspace.c Fix default workspace name generation 2015-12-18 18:52:51 -05:00