summaryrefslogtreecommitdiff
path: root/wm/i3
diff options
context:
space:
mode:
authornros <nros>2015-11-09 11:05:44 +0000
committernros <nros>2015-11-09 11:05:44 +0000
commit6f53ec2f9c2de460d8a1c9822977f821a04a59df (patch)
treedc8b21c96b6a0ee49dd57171dbe8378bb8b1d6f9 /wm/i3
parente604b4ddca9d9200c2843d2c8b3e45ad9ecd8aef (diff)
downloadpkgsrc-6f53ec2f9c2de460d8a1c9822977f821a04a59df.tar.gz
Updated i3 to version 4.11.
Changes to i3 mentioned in the release notes: Keyboard binding handling has been made more correct, for details see: https://github.com/i3/i3/commit/bf3cd41b5ddf1e757515ab5fbf811be56e5f69cc Changes: * docs/debugging: provide instructions on how to debug i3bar * docs/debugging: added a note about sensitive data * docs/userguide: add a note to both "exec"s about semicolon and comma * docs/userguide: quoted strings need to be used, escaping isn't possible * docs/userguide: make syntax of syntax descriptions consistent * docs/userguide: recommend "exec exec" for correct signal handling * docs/userguide: explain i3-config-wizard's behavior * i3-nagbar: open on the primary screen * i3-config-wizard: respect XDG config directories * i3-input: position i3-input at window with input focus * i3bar: use a reasonable default sep_block_width if a separator_symbol is given * i3bar: add binding mode indicator * i3bar: add bindsym command (deprecates wheel_{up,down}_cmd) * i3bar: make tray padding configurable * makefiles: respect EXEC_PREFIX and PKG_CONFIG * added a --toggle switch to mark: "mark [--toggle] <mark>" * added "focus_on_window_activation" directive * added "no_focus" directive * added "move [container|window] [to] mark <str>" command * added "move [window|container] [to] position mouse|cursor|pointer" command * added "title_format" command * added "resize set [width] [height]" command * added "sticky" command (for floating containers) * added "workspace" criterion * added "window_type" criterion * make center coordinates relative to current workspace * draw marks in window decoration (configure with show_marks) * only mark a window if only one window is matched * make floating window mouse handling consistent with tiled windows * add a --border flag to enable mouse binds to trigger on border click * set the _NET_WM_STATE_HIDDEN atom on windows that are currently not visible due to being in the non-focused tab of a stacked or tabbed container * ignore InputHint when not in WM_HINTS * display which config is used in i3 --moreversion * support config file line continuation * use WM_SIZE_HINTS when present to set the geometry of floating windows * add "tray_output primary" to the default config * use libxkbcommon for translating keysyms, support all XKB groups * support special value "__focused__" in criteria * support _NET_WM_VISIBLE_NAME * make sure borders are never counted as adjacent to the edge for floating containers * support moving dock clients to another output * let "focus" report success depending on whether a window was matched * handle _NET_WM_STATE_STICKY (for floating containers) * make "debuglog on" command persist over restarts * randr: use root window in case of no randr outputs * set proper WM_CLASS on frame windows Bugfixes: * i3bar: only detect clicks within the statusline width * i3bar: fix flickering shortened status bar on other output(s) * i3bar: send custom-defined command upon click on the non-statusline part of i3bar even if workspace_buttons is set to "no". * i3-config-wizard: Make window size and click coordinates dependent on font * i3-save-tree: retain "rect" for floating cons * move urgency hint when moving container * fix percents when attaching a window to a ws creates a new split con * cope with non-null-terminated x class properties * get workspace name when renaming current workspace * allow single-child non-default layout cons to be moved between outputs * allow --whole-window right after 'bindsym' within binding modes * remove windows from the save set when unmapping (fixes problems with e.g. owncloud when restarting i3) * serialize con_id with %p in run_binding() * initialize workspace rect to the output's upon creation * mkdirp: do not throw an error if directory exists * grab all buttons when managing a window to also allow 'bindsym --whole-window button4 ...' to work correctly * properly clear the urgency hint when set by i3 * layout restore: load floating containers correctly * layout restore: remove remaining criteria when swallowing window * layout restore: When appending a layout containing a marked container, make sure that any other containers with the same mark are unmarked during insertion of the new container. * use the EWMH support window rather than the root window as an input focus fallback * use the focused container to determine the target window_mode when using floating mode_toggle
Diffstat (limited to 'wm/i3')
-rw-r--r--wm/i3/Makefile4
-rw-r--r--wm/i3/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/wm/i3/Makefile b/wm/i3/Makefile
index a3ce25972f1..fcaac4fb060 100644
--- a/wm/i3/Makefile
+++ b/wm/i3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2015/08/15 11:55:26 nros Exp $
+# $NetBSD: Makefile,v 1.13 2015/11/09 11:05:44 nros Exp $
#
-DISTNAME= i3-4.10.3
+DISTNAME= i3-4.11
CATEGORIES= wm
MASTER_SITES= http://i3wm.org/downloads/
EXTRACT_SUFX= .tar.bz2
diff --git a/wm/i3/distinfo b/wm/i3/distinfo
index 5b77882658c..7f165f4540e 100644
--- a/wm/i3/distinfo
+++ b/wm/i3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2015/11/02 23:42:52 agc Exp $
+$NetBSD: distinfo,v 1.9 2015/11/09 11:05:44 nros Exp $
-SHA1 (i3-4.10.3.tar.bz2) = 5f3a21d024e4adea0a9b23841019cfa9d563700e
-RMD160 (i3-4.10.3.tar.bz2) = 8d5ac4ba8225a90c7b98531a438d23983e834535
-SHA512 (i3-4.10.3.tar.bz2) = 914456663158d04868fc15820e3ca3c12663f6af120d2e249b0e2930214808cf19d719acbef9aed2931a322973e92e0da85a2e1d72a135e5894e81f14f2889f1
-Size (i3-4.10.3.tar.bz2) = 941295 bytes
+SHA1 (i3-4.11.tar.bz2) = 85d04492214bd26c2804dfa83c979fda54b51c08
+RMD160 (i3-4.11.tar.bz2) = afdc6ef9708e797870b4c6c4dedc3b289a7b7d9c
+SHA512 (i3-4.11.tar.bz2) = 76d45be9006973dd4093fd21ea1c83742b7977c7698e133ce8f9e7826d97d1631fbe6c3ea4a7eb3d989027f98e12738158e72ec450b0df3dddd28f912ff49a4f
+Size (i3-4.11.tar.bz2) = 972929 bytes
SHA1 (patch-Makefile) = 919f0e87efa951bde531b9172b74589d3e1c474a
SHA1 (patch-src_log.c) = 75ac4d0681d114e0343ddb015292c6c8ee81c1ae
SHA1 (patch-src_main.c) = c03fcb12d404fcdfd14c1892b771ee0c7a86b39d