Commit Graph

2410 Commits

Author SHA1 Message Date
Drew DeVault ba27600bec Update setcap commands in README
Ref #1346
2017-09-14 06:36:30 -04:00
Drew DeVault ec9a977fbb Merge pull request #1351 from Ongy/swaygrab-forking
fixes a hanging swaygrab
2017-09-12 21:26:34 +09:00
Markus Ongyerth 22656ae1e4 fixes a hanging swaygrab
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-11 22:32:00 +02:00
Drew DeVault 5e8f83fbd6 Merge pull request #1342 from DarkReef/master
Translate README to russian
2017-09-04 18:46:12 +09:00
Dark Rift b8fecef717 Added link to README.ru.md 2017-09-04 09:44:21 +00:00
Dark Rift 4b59272110 Minor edits, added reference to guidelines 2017-09-04 09:33:31 +00:00
Dark Rift 62b079ede9 Added subsection for translators 2017-09-04 09:02:17 +00:00
Dark Rift 43b466c111 Merge branch 'master' into master 2017-09-04 14:51:46 +06:00
Drew DeVault c690d41552 Merge pull request #1343 from Hummer12007/patch-6
Translated missing header
2017-09-04 15:52:53 +09:00
Hummer12007 08091943e0 Translated missing header 2017-09-04 07:48:13 +03:00
Dark Rift 9ba85e216b Added russian translation 2017-09-03 12:46:39 +00:00
Drew DeVault 713ffee459 Merge pull request #1340 from nuskorpios/master
Translate README to Portuguese
2017-09-01 17:30:17 -05:00
Emerson Ferreira 7c4e77d95b Add link to portuguese README 2017-09-01 14:40:54 +00:00
Emerson Ferreira 051ee31e8e Better translation for "bounty" 2017-09-01 14:40:00 +00:00
Emerson Ferreira 53375e179a Move lang status section + clarify WIP status
The WIP status was referring only to README file; Now it also extends to
man files.
2017-09-01 00:07:41 +00:00
Emerson Ferreira 013df6a8a5 Merge branch 'master' into master 2017-08-31 20:35:03 +00:00
Emerson Ferreira bbfe55f36d Translate README to portuguese 2017-08-31 18:57:44 +00:00
Drew DeVault 82d6afc91d Merge pull request #1336 from akokshar/master
click_events
2017-08-30 17:45:43 -05:00
akokshar@redhat.com 2b927685ca styling fixes 2017-08-30 08:16:17 +02:00
akokshar@redhat.com 39df3aed82 styling fixes 2017-08-29 17:33:06 +02:00
akokshar@redhat.com d873d09f23 style fixes 2017-08-29 15:55:30 +02:00
akokshar@redhat.com 65022e1cbf click_events as documented at https://i3wm.org/docs/i3bar-protocol.html 2017-08-29 11:19:43 +02:00
Drew DeVault 7553103e34 Merge pull request #1247 from clarcharr/master
Convert a popen into a fork.
2017-08-27 17:36:38 -05:00
Clar Charr fab5720576 Use fork in swaygrab instead of popen. 2017-08-27 14:12:52 -04:00
Drew DeVault ab05f60034 Update IRC channel in CONTRIBUTING.md 2017-08-17 08:27:49 -04:00
Drew DeVault 071560563a Fix README.it.md 2017-08-16 10:43:43 -04:00
Drew DeVault 85c8b3ab50 Fix italian link in readme 2017-08-16 10:41:17 -04:00
Drew DeVault d844e59a6c Merge pull request #1331 from sykhro/master
Translated README.md to Italian
2017-08-16 10:39:22 -04:00
sykhro ceb88d1ad6 Moved support subsection 2017-08-16 16:33:23 +02:00
sykhro 2eb344d0ae Minor rewording 2017-08-16 15:40:28 +02:00
sykhro a75001bdb8 Fixed minor errors 2017-08-16 15:36:36 +02:00
sykhro 05ff3f3be5 Added language help section 2017-08-16 15:32:55 +02:00
sykhro 61905f97d5 Beginning of italian translation 2017-08-16 15:31:18 +02:00
Drew DeVault 0926367b6f Merge pull request #1319 from abdelq/french
Translation README to French / Traduction du README en français
2017-08-14 19:35:01 -04:00
Abdelhakim Qbaich 318aa44bfd Translation README to French / Traduction du README en français 2017-08-14 19:34:20 -04:00
Drew DeVault c19754a038 Add Українська to readme TLs 2017-08-14 17:34:27 -04:00
Drew DeVault c48cc401e6 Merge pull request #1325 from Hummer12007/locale
Translated README to ukrainian
2017-08-14 17:33:20 -04:00
Drew DeVault 4fc9ef480a Merge branch 'master' into locale 2017-08-14 17:33:01 -04:00
Hummer12007 1424964fcd Update README.uk.md 2017-08-15 00:31:45 +03:00
Drew DeVault fc6c824320 Merge pull request #1326 from kon14/master
Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά
2017-08-14 16:57:58 -04:00
Drew DeVault 2189569673 Merge pull request #1328 from ParadoxSpiral/master
Update German README according to TL guideline update
2017-08-14 16:57:25 -04:00
Konstantinos Feretos b156ad342a Localization clarifications
Clarifies situation regarding greek translation. Also explicitly states sway support emails to SirCmpwn should be written in english.
2017-08-14 23:44:55 +03:00
Jonathan Schleußer 1cf351f1f1 Comply with TL guideline update; Fix typo 2017-08-14 22:41:12 +02:00
Drew DeVault c31aef7ad1 Merge pull request #1327 from refacto/rpifix
Detecting Raspberry PIs and advising to use correct video mode
2017-08-14 16:35:25 -04:00
azarus 5987f19eb2 Check for Raspberry Pi 2017-08-14 22:29:21 +02:00
Drew DeVault 0b5fb23821 Update README.ja.md 2017-08-14 16:12:48 -04:00
Konstantinos Feretos 440b10ced4 Moves translation status below screenshot
Moves the status of the greek translation to the top (just below screenshot)
2017-08-14 22:18:18 +03:00
Konstantinos Feretos d7a719eaeb Merge branch 'master' into master 2017-08-14 22:10:20 +03:00
Konstantinos Feretos b24eb08f59 Updates README with links to Greek, French and Spanish
Adds links for the yet to-be-merged Greek, French and Spanish versions of README.md to the existing language list.
2017-08-14 21:57:57 +03:00
Konstantinos Feretos f26f2670d1 Translate README.md to Greek / Μετάφραση του README.md στα Ελληνικά
Adds README.el.md, a greek version of the README.
2017-08-14 21:55:07 +03:00