aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* commands: allow criterion values to be unquotedLibravatar lbonn2017-10-08
| | | | | | | | Sometimes it doesn't really make sense to quote them (numeric values for example) In that case, the value is parsed until the next space or the end of the whole criteria expression
* commands: implement 3 missing criteria from i3Libravatar lbonn2017-10-08
| | | | | | * con_id * floating * tiling
* ipc/tree: populate `focus` fieldsLibravatar lbonn2017-10-08
| | | | Ids of children, by order of focus
* ipc/tree: output mandatory fields for all nodesLibravatar lbonn2017-10-08
| | | | Still missing: focus
* Security config: skip hidden filesLibravatar lbonn2017-10-06
| | | | Also: fix a small memory leak
* Merge pull request #1384 from lbonn/move-workspace-fullnameLibravatar Drew DeVault2017-10-06
|\ | | | | Fix two issues with spaces in workspace names
| * Make `workspace_next_name` work with spacesLibravatar lbonn2017-10-06
| | | | | | | | | | | | `workspace_next_name` parses workspace commands to find the default workspace names. It handled " " as a separator, which prevents the use of workspace names with spaces.
| * Fix move to named workspacesLibravatar lbonn2017-10-06
|/ | | | | The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`)
* Merge pull request #1383 from kasicka/macarenaLibravatar Drew DeVault2017-10-05
|\ | | | | Fix github links in doc
| * Fix github links in docLibravatar Zuzana Svetlikova2017-10-06
| |
* | Merge pull request #1382 from 4e554c4c/buggy_outputsLibravatar Drew DeVault2017-10-05
|\ \ | |/ |/| Clean up output command
| * Clean up output commandLibravatar Calvin Lee2017-10-05
|/ | | | | | | Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381
* Merge pull request #1379 from karjonas/variable_matchingLibravatar Drew DeVault2017-10-03
|\ | | | | Fix issue #1287
| * Fix issue #1287Libravatar Jonas Karlsson2017-10-03
| | | | | | | | All variables without a $ prefix lost their last character due to off by one error
* | Update README et al with new linksLibravatar Drew DeVault2017-10-02
|/
* Merge pull request #1368 from johnae/swaybar-handle-scroll-eventsLibravatar Drew DeVault2017-09-23
|\ | | | | swaybar protocol: handle button 4 and 5
| * swaybar protocol: handle button 4 and 5Libravatar John Axel Eriksson2017-09-23
|/ | | | | i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down.
* Merge pull request #1360 from sporken/japanese-translateLibravatar Drew DeVault2017-09-20
|\ | | | | Fix Japanese translate in README.ja.md #1337
| * Fix some textLibravatar Atnanasi2017-09-20
| |
| * Fix japanese-translate in README.ja.mdLibravatar Atnanasi2017-09-20
|/
* Update setcap commands in READMELibravatar Drew DeVault2017-09-14
| | | | Ref #1346
* Merge pull request #1351 from Ongy/swaygrab-forkingLibravatar Drew DeVault2017-09-12
|\ | | | | fixes a hanging swaygrab
| * fixes a hanging swaygrabLibravatar Markus Ongyerth2017-09-11
|/ | | | | | | | | https://github.com/SirCmpwn/sway/issues/1350 is fixed with this. The commit that change swaygrab to use fork instead of Popen tried to write to the read end of the pipe in the child branch and exec in the parent branch. This commit fixes both of those and closes the write fd after writing, so convert actually exits.
* Merge pull request #1342 from DarkReef/masterLibravatar Drew DeVault2017-09-04
|\ | | | | Translate README to russian
| * Added link to README.ru.mdLibravatar Dark Rift2017-09-04
| |
| * Minor edits, added reference to guidelinesLibravatar Dark Rift2017-09-04
| |
| * Added subsection for translatorsLibravatar Dark Rift2017-09-04
| |
| * Merge branch 'master' into masterLibravatar Dark Rift2017-09-04
| |\ | |/ |/|
* | Merge pull request #1343 from Hummer12007/patch-6Libravatar Drew DeVault2017-09-04
|\ \ | | | | | | Translated missing header
| * | Translated missing headerLibravatar Hummer120072017-09-04
|/ /
| * Added russian translationLibravatar Dark Rift2017-09-03
|/
* Merge pull request #1340 from nuskorpios/masterLibravatar Drew DeVault2017-09-01
|\ | | | | Translate README to Portuguese
| * Add link to portuguese READMELibravatar Emerson Ferreira2017-09-01
| |
| * Better translation for "bounty"Libravatar Emerson Ferreira2017-09-01
| |
| * Move lang status section + clarify WIP statusLibravatar Emerson Ferreira2017-09-01
| | | | | | | | | | The WIP status was referring only to README file; Now it also extends to man files.
| * Merge branch 'master' into masterLibravatar Emerson Ferreira2017-08-31
| |\ | |/ |/|
* | Merge pull request #1336 from akokshar/masterLibravatar Drew DeVault2017-08-30
|\ \ | | | | | | click_events
| * | styling fixesLibravatar akokshar@redhat.com2017-08-30
| | |
| * | styling fixesLibravatar akokshar@redhat.com2017-08-29
| | |
| * | style fixesLibravatar akokshar@redhat.com2017-08-29
| | |
| * | click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlLibravatar akokshar@redhat.com2017-08-29
|/ /
* | Merge pull request #1247 from clarcharr/masterLibravatar Drew DeVault2017-08-27
|\ \ | | | | | | Convert a popen into a fork.
| * | Use fork in swaygrab instead of popen.Libravatar Clar Charr2017-08-27
|/ /
| * Translate README to portugueseLibravatar Emerson Ferreira2017-08-31
|/
* Update IRC channel in CONTRIBUTING.mdLibravatar Drew DeVault2017-08-17
|
* Fix README.it.mdLibravatar Drew DeVault2017-08-16
|
* Fix italian link in readmeLibravatar Drew DeVault2017-08-16
|
* Merge pull request #1331 from sykhro/masterLibravatar Drew DeVault2017-08-16
|\ | | | | Translated README.md to Italian
| * Moved support subsectionLibravatar sykhro2017-08-16
| |
| * Minor rewordingLibravatar sykhro2017-08-16
| |