Michael Stapelberg
ddebebd26b
release i3 4.19.2
4.19.2
2021-02-27 10:37:57 +01:00
Michael Stapelberg
0e1a828003
cherry-pick release.sh changes into stable branch
...
related to https://github.com/i3/i3/issues/4350
2021-02-27 10:20:16 +01:00
Michael Stapelberg
36b6fef990
Merge branch 'release-4.19.1'
2021-02-01 09:04:01 +01:00
Michael Stapelberg
001577c58c
Set non-git version to 4.19.1-non-git.
2021-02-01 09:04:01 +01:00
Michael Stapelberg
0fb9123da9
release i3 4.19.1
4.19.1
2021-02-01 09:03:45 +01:00
Imran Virani
77d5bbb9b5
Properly quote rofi call in i3 config
2021-02-01 08:54:48 +01:00
Orestis Floros
b35be84131
Comment-out duplicate i3-dmenu-desktop bindcode
...
Fixes #4304
2021-02-01 08:54:26 +01:00
Anaël Beutot
0c09bc24ff
Fix workspace assignements after output changes
...
Fix #4261
The previous method was modifying the same list it was iterating upon
causing an erronous iteration and thus not every workspace got assigned
back to were they should (only the first one).
2021-02-01 08:53:36 +01:00
Michael Stapelberg
e6af0a5427
Merge branch 'next' into stable
2020-11-15 18:23:15 +01:00
Michael Stapelberg
2e59f512e3
Merge branch 'release-4.19'
2020-11-15 18:23:15 +01:00
Michael Stapelberg
8ac9a815f3
Restore non-git version suffix
2020-11-15 18:23:15 +01:00
Michael Stapelberg
969e6bc8c4
release i3 4.19
4.19
2020-11-15 18:23:00 +01:00
Michael Stapelberg
93d3f9cc6a
remove now-unnecessary I3_VERSION file
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Michael Stapelberg
f4d784b5a7
debian/rules: remove now-unnecessary override
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Michael Stapelberg
60c89296c1
gitignore: remove now-unused autotools files
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Michael Stapelberg
a4c12432cf
travis: remove autotools build in favor of meson
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Michael Stapelberg
358471a5f2
remove autotools files in favor of meson
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Michael Stapelberg
8c0077c058
Update compilation instructions throughout our docs
...
related to https://github.com/i3/i3/issues/4086
2020-11-15 16:42:41 +01:00
Orestis Floros
e9610b84f6
Merge pull request #4249 from wlhlm/issue-3889-v2
...
Only swallow windows once v2
2020-11-10 18:54:13 +01:00
Wilhelm Schuster
c246f176eb
Add regression test for #3888
2020-11-10 17:16:56 +01:00
izzel
377f7d7ab2
added remanage swallow check
2020-11-10 16:58:43 +01:00
Orestis Floros
1d9160f2d2
Merge pull request #4243 from stapelberg/parseerror
...
ipc: document parse_error COMMAND reply field
2020-11-03 11:51:42 +01:00
Michael Stapelberg
829b4d2b7c
config: specify --no-startup-id for dmenu_run
...
fixes #4216
2020-11-03 11:35:40 +01:00
Michael Stapelberg
c22b35c293
ipc: document parse_error COMMAND reply field
...
fixes #4166
2020-11-03 09:48:28 +01:00
Orestis Floros
19fbe1d30c
Merge pull request #4240 from stapelberg/may
...
userguide: may → might in most places (thanks Bruce)
2020-11-01 21:13:23 +01:00
Michael Stapelberg
6a1806931b
userguide: may → might in most places (thanks Bruce)
...
Quoting https://www.freelists.org/post/i3-discuss/Grammar-check-in-the-doc
May inquires only into permission.
Might inquires into probability.
Can inquires into possibility.
Will/shall inquires into certainty.
2020-11-01 10:09:43 +01:00
Michael Stapelberg
8a7ac068c8
meson.build: fix typo in summary: docs → mans
2020-10-28 21:34:48 +01:00
Michael Stapelberg
5c565d0ad4
debian/rules: explicitly enable building manpages
...
This fixes a build failure in dh_installwms.
fixes #4136
2020-10-28 21:34:48 +01:00
Orestis Floros
e54e88b9e5
Merge pull request #4229 from stapelberg/next
...
travis: fix bintray deploy step
2020-10-25 22:42:09 +01:00
Michael Stapelberg
466f7c16f9
travis: fix bintray deploy step
...
Commit be1065f62d156fb825f566b7e1e6ab4937dc9db4 moved the Debian/Ubuntu package
builds into the distbuild/ directory.
fixes #4179
2020-10-25 21:54:07 +01:00
Orestis Floros
a24c9b65e1
Merge pull request #4195 from mschuwalow/i3bar-nonprimary-output
...
i3bar: add support for nonprimary output
2020-10-24 14:29:17 +02:00
Maxim Schuwalow
90e7a156a2
i3bar: add support for nonprimary output
...
Added a new output option `nonprimary` that causes the bar to be
displayed on all outputs except the primary one.
Fixes #4083
2020-10-24 11:44:34 +02:00
Orestis Floros
3cd1c45eba
Merge pull request #4214 from burik666/i3bar-output_xy
...
Add coordinates relative to the current output in i3bar click events
2020-10-23 13:56:57 +02:00
Andrey Burov
60384d446b
Add coordinates relative to the current output in i3bar click events
...
Currently i3bar click events provide x and y coordinates relative to all monitors.
I've added coordinates relative to the current output.
+-----------+-----------+
| | i3bar |
| +-----------+
| HDMI-0 | DP-0 |
| 1920x1080 | 2560x1080 |
+-----------+-----------+
When you click in the top right corner of the DP-0,
i3bar will provide something like this:
{
"x": 4480,
"y": 10,
"output_x": 2560,
"output_y": 10,
}
This is useful for creating a rofi menu or something else.
rofi -show run -location 1 -xoffset ${I3_OUTPUT_X} -yoffset ${I3_OUTPUT_Y}
2020-10-23 12:51:21 +03:00
Orestis Floros
e6f419b882
Merge pull request #4189 from acheronfail/feat-3519/ppt-move-position
...
allow ppt values in move direction and move position commands
2020-10-20 11:20:20 +02:00
Orestis Floros
ffad26beb0
Merge pull request #3957 from xzfc/clang-format-typenamemacros
...
clang-format: use TypenameMacros
2020-10-20 09:43:24 +02:00
Alessandro Vinciguerra
9e059ccc55
Add situational exit codes ( #4107 )
...
Add situational exit codes
Distinguish user canceled and other errors
Closes #3705
2020-10-20 09:38:35 +02:00
Albert Safin
e3a1c5b294
clang-format: use TypenameMacros
...
This commit removes line breaks and extra empty lines introduced in
commit fff3f79da9a87a1f790c6328f6615422f2b69b47.
2020-10-20 09:36:44 +02:00
acheronfail
fae10f6df7
allow ppt values in move direction and move position commands
...
make ppt values clear in userguide
chore: move is_ppt and DLOG out of TAILQ_FOREACH loop
2020-10-20 17:48:26 +11:00
Michael Stapelberg
83078a1e16
debian: update changelog
2020-10-19 23:41:16 +02:00
Michael Stapelberg
036903e8b2
Merge branch 'release-4.18.3'
2020-10-19 23:17:05 +02:00
Michael Stapelberg
ce01babc7c
Update debian/changelog
2020-10-19 23:17:05 +02:00
Michael Stapelberg
4da7e318e5
Set non-git version to 4.18.3-non-git.
2020-10-19 23:17:05 +02:00
Michael Stapelberg
e6b4e1314a
Merge branch 'stable' into next
2020-10-19 23:17:05 +02:00
Michael Stapelberg
b2ac041ffa
release i3 4.18.3
4.18.3
2020-10-19 23:16:56 +02:00
Orestis Floros
eaac9125a9
meson: Mark complete-run.pl as executable ( #4224 )
...
Fixes problem described in
https://github.com/i3/i3/issues/4086#issuecomment-711774506
2020-10-19 22:10:14 +02:00
Orestis Floros
3b2f15e613
Merge pull request #4023 from orestisfl/ws-assignment
...
Fix 2 workspace assignment bugs
2020-10-19 10:41:39 +02:00
Mark Guptill
654e2cefa6
kick tray clients before destroying the bar
2020-10-19 09:45:51 +02:00
Orestis Floros
71c059d033
i3-dmenu-desktop: Manually search for topdir ( #4033 )
...
Since 3a672bc, using follow or follow_fast, does not set
$File::Find::topdir, breaking our deduplication.
Fixes #4031
2020-10-18 20:02:37 +02:00
Orestis Floros
b6024122dc
Fix conflicting workspace assignments when renaming
...
The bug here is that workspace assignments with numbers are triggered
even if a named argument matches later on.
With this commit, get_assigned_output is called to correctly iterate the
workspace assignments.
Fixes #4021
2020-10-18 17:28:55 +02:00