768fe4ca69Merge pull request #1871 from Airblader/feature-1770
Michael Stapelberg
2015-08-30 21:55:37 +02:00
2daded90eaFix typo in userguide.
Ingo Bürk
2015-08-29 14:04:15 +02:00
bbd83ef790Added tests for special value __focused__.
Ingo Bürk
2015-08-28 09:30:14 +02:00
54d270e359Support a special value "__focused__" as a command criterion pattern for class, instance, title, window_role and workspace. This special value will match if the window's property equals that of the currently focused window.
Ingo Bürk
2015-08-28 08:26:27 +02:00
b68a400abfBugfix: sort bindings, re-ordering once is not enough.
Michael Stapelberg
2015-08-28 09:30:28 +02:00
cbdf1ac8b6bindings: invert shift bit, don’t just remove it
Michael Stapelberg
2015-08-28 09:09:31 +02:00
ea514eb3d4fix missing clang-format of amended commit
Michael Stapelberg
2015-08-26 10:01:14 +02:00
bf3cd41b5dUse libxkbcommon for translating keysyms, support all XKB groups.
Michael Stapelberg
2015-08-23 22:49:32 +02:00
1a9a9cc68dRevert "Check if output is disabled in handle_output()"
Michael Stapelberg
2015-08-25 20:09:56 +02:00
f1bb9524caMerge pull request #1864 from Airblader/feature-1861-class-instance
Michael Stapelberg
2015-08-25 19:29:17 +02:00
2938fc0ab1Added '%class' and '%instance' as placeholders for the title_format directive.
Ingo Bürk
2015-08-25 19:22:05 +02:00
3d8b7e32e5Merge pull request #1863 from Airblader/feature-tray-output-config
Michael Stapelberg
2015-08-25 19:09:37 +02:00
e2e7b70d00Add 'tray_output primary' to the default config
Ingo Bürk
2015-08-25 18:50:14 +02:00
1784906d6ddocs/userguide: document behavior of tray_output with multiple bars
Michael Stapelberg
2015-08-25 09:23:41 +02:00
3f259d0e83docs/debugging: make it clearer that you need to reload i3
Michael Stapelberg
2015-08-24 20:50:18 +02:00
c95d6e328eMerge pull request #1853 from shdown/issue-1852
Michael Stapelberg
2015-08-20 22:29:24 +02:00
f8b0ac2bffi3-msg: strdup getenv() result before freeing
shdown
2015-08-20 22:55:23 +03:00
180a8c8ceaMerge pull request #1850 from Airblader/feature-docs-8
Michael Stapelberg
2015-08-18 09:51:34 +02:00
39fbb2c5ddAdd client.background to the list of all available colorclasses rather than mentioning it as something special afterwards.
Ingo Bürk
2015-08-17 23:55:31 +02:00
3755f6e76eMerge pull request #1838 from obfusk/rm-useless-get_first_output-call
Michael Stapelberg
2015-08-10 19:19:24 +02:00
45e2375cccMerge pull request #1837 from obfusk/fix-branch-info
Michael Stapelberg
2015-08-10 19:18:43 +02:00
12d35cc2bcremove useless get_first_output() call
Felix C. Stegerman
2015-08-10 17:51:09 +02:00
c827b5cb47hacking-howto: re-word branches info
Felix C. Stegerman
2015-08-10 17:31:28 +02:00
d3608bb6ebuserguide: explain i3-config-wizard’s behavior
Michael Stapelberg
2015-08-07 08:41:39 +02:00
f76a2fdf68layout restore: remove remaining criteria when swallowing window
Michael Stapelberg
2015-08-06 21:35:34 +02:00
0fb784f5cbTranslate bindsym bindings upon ISO_Next_Group
Michael Stapelberg
2015-08-06 09:32:22 +02:00
fed05ef876clang-format src/load_layout.c
Michael Stapelberg
2015-08-05 22:54:48 +02:00
9c38aeff0aMerge pull request #1833 from FauxFaux/next
Michael Stapelberg
2015-08-05 22:45:37 +02:00
6d022e6dc9i3-save-tree: retain “rect” for floating_cons
Michael Stapelberg
2015-08-05 22:43:18 +02:00
57438d270dappend_layout: load floating containers correctly
Michael Stapelberg
2015-08-05 22:40:58 +02:00
e31896be0egenerate parser enums stably: additionally sort on name
Chris West (Faux)
2015-08-05 21:21:31 +01:00
419b73be9eMerge pull request #1816 from tcreech/tcreech-for-illumos
Michael Stapelberg
2015-08-04 00:10:06 -07:00
fdfe408159Merge pull request #1789 from shdown/next
Michael Stapelberg
2015-08-03 10:49:15 -07:00
44367572c9Display which config is used in --more_version
hwangcc23
2015-07-09 22:25:50 +08:00
e7942153c5Merge pull request #1788 from acrisci/feature/docs-contributing-finding-issues
Michael Stapelberg
2015-07-09 22:03:27 -07:00
7287642696docs: add section on finding issues to CONTRIBUTING
Tony Crisci
2015-07-10 00:04:20 -04:00
b30d87ea81Merge pull request #1778 from Airblader/bug-1777
Michael Stapelberg
2015-07-01 06:05:56 -07:00
b9bacdf464Send custom-defined command upon click on the non-statusline part of i3bar even if workspace_buttons is set to 'no'.
Ingo Bürk
2015-07-01 14:48:06 +02:00
7e7f00428fMerge pull request #1776 from Airblader/bug-1774
Michael Stapelberg
2015-07-01 03:00:37 -07:00
c073de8d26Remove asserts and return non-match instead if the container or its workspace cannot be found. This can cause an issue if used in combination with for_window and i3bar during startup of i3 otherwise.
Ingo Bürk
2015-07-01 11:47:55 +02:00
6be1b28813Merge pull request #1771 from Airblader/feature-1769
Michael Stapelberg
2015-06-30 13:52:54 -07:00
7c1abc9ab0Merge pull request #1772 from Airblader/feature-fix-newline
Michael Stapelberg
2015-06-30 13:52:48 -07:00
be406d036dImplement new criterion 'workspace'.
Ingo Bürk
2015-06-29 23:58:48 +02:00
f76838794dMerge pull request #1768 from hwangcc23/atoi2strtol
Michael Stapelberg
2015-06-30 11:50:28 -07:00
478dc5dc38Fix TODO by replacing atoi by strtol
hwangcc23
2015-06-25 22:33:50 +08:00
8df7e4ecb9Merge pull request #1747 from Airblader/feature-1723
Michael Stapelberg
2015-06-29 00:24:59 -07:00
cf11fb5574Added documentation for "title_format".
Ingo Bürk
2015-06-11 07:26:01 +02:00
a853a8ef75Merge pull request #1745 from mh21/configurable-tray-padding
Michael Stapelberg
2015-06-29 00:19:44 -07:00
5a8d66a1d5Parse the title_format and display the customized window title if a format was set. The format string set with "title_format" can contain the placeholder "%title" which will be replaced with the actual window title.
Ingo Bürk
2015-06-10 19:01:05 +02:00
55e8d06ee4Added command directive 'title_format'. This directive will be used to customize the window title.
Ingo Bürk
2015-06-10 18:59:45 +02:00