aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-08ipc/window-event: fill "container" on close eventslbonn
Also use the recursive description to include children as well Careful: send the event before deleting the parent
2017-10-08commands: fail when criteria match nothinglbonn
For whatever command, this probably was not intended by the user
2017-10-08commands: allow criterion values to be unquotedlbonn
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
2017-10-08commands: implement 3 missing criteria from i3lbonn
* con_id * floating * tiling
2017-10-08ipc/tree: populate `focus` fieldslbonn
Ids of children, by order of focus
2017-10-08ipc/tree: output mandatory fields for all nodeslbonn
Still missing: focus
2017-10-06Security config: skip hidden fileslbonn
Also: fix a small memory leak
2017-10-06Merge pull request #1384 from lbonn/move-workspace-fullnameDrew DeVault
Fix two issues with spaces in workspace names
2017-10-06Make `workspace_next_name` work with spaceslbonn
`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.
2017-10-06Fix move to named workspaceslbonn
The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`)
2017-10-05Merge pull request #1383 from kasicka/macarenaDrew DeVault
Fix github links in doc
2017-10-06Fix github links in docZuzana Svetlikova
2017-10-05Merge pull request #1382 from 4e554c4c/buggy_outputsDrew DeVault
Clean up output command
2017-10-05Clean up output commandCalvin Lee
Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381
2017-10-03Merge pull request #1379 from karjonas/variable_matchingDrew DeVault
Fix issue #1287
2017-10-03Fix issue #1287Jonas Karlsson
All variables without a $ prefix lost their last character due to off by one error
2017-10-02Update README et al with new linksDrew DeVault
2017-09-23Merge pull request #1368 from johnae/swaybar-handle-scroll-eventsDrew DeVault
swaybar protocol: handle button 4 and 5
2017-09-23swaybar protocol: handle button 4 and 5John Axel Eriksson
i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down.
2017-09-20Merge pull request #1360 from sporken/japanese-translateDrew DeVault
Fix Japanese translate in README.ja.md #1337
2017-09-20Fix some textAtnanasi
2017-09-20Fix japanese-translate in README.ja.mdAtnanasi
2017-09-14Update setcap commands in READMEDrew DeVault
Ref #1346
2017-09-12Merge pull request #1351 from Ongy/swaygrab-forkingDrew DeVault
fixes a hanging swaygrab
2017-09-11fixes a hanging swaygrabMarkus Ongyerth
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.
2017-09-04Merge pull request #1342 from DarkReef/masterDrew DeVault
Translate README to russian
2017-09-04Added link to README.ru.mdDark Rift
2017-09-04Minor edits, added reference to guidelinesDark Rift
2017-09-04Added subsection for translatorsDark Rift
2017-09-04Merge branch 'master' into masterDark Rift
2017-09-04Merge pull request #1343 from Hummer12007/patch-6Drew DeVault
Translated missing header
2017-09-04Translated missing headerHummer12007
2017-09-03Added russian translationDark Rift
2017-09-01Merge pull request #1340 from nuskorpios/masterDrew DeVault
Translate README to Portuguese
2017-09-01Add link to portuguese READMEEmerson Ferreira
2017-09-01Better translation for "bounty"Emerson Ferreira
2017-09-01Move lang status section + clarify WIP statusEmerson Ferreira
The WIP status was referring only to README file; Now it also extends to man files.
2017-08-31Merge branch 'master' into masterEmerson Ferreira
2017-08-31Translate README to portugueseEmerson Ferreira
2017-08-30Merge pull request #1336 from akokshar/masterDrew DeVault
click_events
2017-08-30styling fixesakokshar@redhat.com
2017-08-29styling fixesakokshar@redhat.com
2017-08-29style fixesakokshar@redhat.com
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com
2017-08-27Merge pull request #1247 from clarcharr/masterDrew DeVault
Convert a popen into a fork.
2017-08-27Use fork in swaygrab instead of popen.Clar Charr
2017-08-17Update IRC channel in CONTRIBUTING.mdDrew DeVault
2017-08-16Fix README.it.mdDrew DeVault
2017-08-16Fix italian link in readmeDrew DeVault
2017-08-16Merge pull request #1331 from sykhro/masterDrew DeVault
Translated README.md to Italian