herbstluftwm-bash-completion-0.9.3-bp154.1.19 >  A bx!M@eeeZ׵!+de`iEt O Kk:59Svȴ'"iYD idakk'joZͽp".Ƙt\kUKjgRJ@ g놄`ʩm ԘW8zB5? 4Qe4*n/x8&FV d!}/:Ch:Z}'Ԑ8.q[>+%@;$PRec6f0cdbe2e21c40544f0cc1048b0e39b6888c628e91f158717f2049238b5dcaf41bb65666fc0dba8c83df346668330bcdb94de948xbx!M@eeex&Nsa XUEJfjiIymf'نsuתԊ9FD+$pW«k_;]7ßxYߡ.^9j\Y`f@<Ƽ,8豤75+$)J϶Ns2rsZbL D ui<@:h&ٟhkN뤁5&Uf?N?K8.*׋CB+Nc ΥA.xTs6*LjiK>p>2?2d% 0 Qtx      U X\afH(k8t9:5F0G0H0I0X0Y0\0]0^0b1 c1d2$e2)f2,l2.u2@v2Dz2O2`2d2|2222Cherbstluftwm-bash-completion0.9.3bp154.1.19Bash completion for herbstluftwmBash completion for herbstclientbxlamb58SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/Shellshttps://herbstluftwm.orglinuxnoarchbx^9798ba3b107bc009f1fbb7ec80b1d331a34e2473f97da0e977e8cf5f61a93804rootrootherbstluftwm-0.9.3-bp154.1.19.src.rpmherbstluftwm-bash-completion    bash-completionherbstluftwmrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.33.0.4-14.6.0-14.0-15.2-14.14.3`@`-@_@_@^(@^U@^@^\t@\@ZV@ZJ"Z&@YMichael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter Michael Vetter mvetter@suse.comxaver@hellauer.bayernjengelh@inai.deavindra@opensuse.orgcrrodriguez@opensuse.orgaavindraa@gmail.com- Update to 0.9.3: * herbstclient prints error messages always on stderr and normal output always on stdout (before, both were printed to the same channel). * True transparency support for frame and client decorations (requires a compositor like picom, compton, or xcompmgr) * Colors contain alpha-values (format #RRGGBBAA) * Do not draw frame background behind clients (so for semi-transparent client decorations, one does not see the frame decoration behind but the wallpaper instead) * New command line option '--replace' for replacing an existing window manager. * New command 'list_clients'. * The frame attributes ('selection', 'algorithm', 'fraction', 'split_type') are now writable. * New objects for panels (under 'panels', exposing attributes 'instance', 'class', 'geometry', 'winid') * The setting 'monitors_locked' is now explicitly an unsigned integer. * The setting 'default_frame_layout' now holds an algorithm name. * New client attributes: - 'floating_geometry' holding the client’s floating size (writable). - 'content_geometry' holding the geometry of the application’s content. * The 'shift' command now moves the window to a neighboured monitor if the window cannot be moved within a tag in the desired direction. * New command 'lower' to lower a window in the stack. * The 'cycle_value' command now expects an attribute (and only works for settings for compatibility). * New object 'types' containing documentation on (attribute-) types. * New command 'attr_type' printing the type of a given attribute. * New client alias 'last-minimized' and 'longest-minimized' for focusing and unminimizing minimized clients. * Relative values for integer attributes ('+=N' and '-=N') * The 'cycle' command now also cycles through floating windows. * The 'rule' command now reports errors already during rule creation. * In rule consequences, 'toggle' is not allowed anymore. * New rule consequences: - 'floating_geometry' for setting the attribute of the same name (i.e. position and size of the new client) * The python bindings automatically convert from and to python’s types * Bug fixes: - Fix mistakenly transparent borders of argb clients * New dependency: xrender- Update to 0.9.2: * Client window titles (controlled by the theme attributes 'title_height', 'title_color', 'title_font') * New command 'help' for live documentation on the object tree * New 'watch' command that emits hooks when attribute values change. * The 'lock_tag' attribute is now writable. * New 'geometry' attribute for monitors. * New dependencies: xft, freetype Bug fixes: * Correctly interpret _NET_WM_STRUT. This fixes panels that leave a bit of space between the panel and the monitor edge and also panels between two monitors. * Correctly handling minimized clients when removing a tag. * Preserve stacking order when changing the floating state of a tag * Update frame objects correctly in the commands 'mirror' and 'rotate'- Update to 0.9.1: * Client minimization (controlled by the attribute 'minimized' of every client) * The 'index' attribute of tags is now writable. This allows adjusting the order of existing tags. * New child object 'focused_client' for each tag object. * New child object 'focused_frame' for the tiling object of each tag object. * New child object 'parent_frame' for each client providing the frame the client sits in * New command 'mirror' * New command 'apply_tmp_rule' * The 'apply_rules' command now reports parse errors * Reserve space for panels that do not set _NET_WM_STRUT e.g. conky windows of type 'dock'. * Only build json object doc if WITH_DOCUMENTATION is activated * Bug fixes: - When hiding windows, correctly set their WM_STATE to IconicState (we set it to Withdrawn state before, which means "unmanaged" and thus is wrong). This may require restarting pagers when upgrading hlwm live. - Fix crash in 'split explode' - 'split explode' preserves the window focus (as in v0.7.2 and before)- Update to 0.9.0: * When an application fails to focus itself (because focus_stealing_prevention is active), then the window is marked as urgent. * New optional argument for the 'split' command for splitting non-leaf frames * Frame objects: the frame layout can be introspected via the 'tiling' object present in each tag, e.g.: 'tags.focus.tiling'. * New command 'foreach' for iterating over objects * New attribute 'urgent_count' for tags, counting the number of urgent clients on a tag * New rule consequence 'floatplacement' that updates the placement of floating clients ('floatplacement=smart' for little overlap, 'floatplacement=center' for centering) or leaves the floating position as is ('floatplacement=none') * New rule condition 'pgid' * New format specifier '%c' in the 'sprintf' command (useful in combination with 'foreach') * The 'new_attr' command now also accepts an initial value * React to a change of the 'floating_focused' attribute of the tag object * New frame index character 'p' for accessing the parent frame * Object tree documentation as a json file Bug fixes: * Fix wrong behaviour in 'cycle_layout' in the case where the current layout is not contained in the layout list passed to 'cycle_layout'. * Fix handling of delta -1 in 'focus_monitor' and 'cycle_monitor' * Fixed precision decimals in the layout tree (more reliable in- and output of fractions in frame splits) * Fixes in maximize.sh- Update to 0.8.3: * Set .desktop file Type to Application (#903) * Ignore EnterNotify events by grabs and decoration (#907) * Don't drop later EnterNotify during enternotify() (#909) * Consistently use $(BUILDDIR) in Makefile * Remove unused command interface methods (#917) * Update and add new tests- Update to 0.8.2: * Selection of empty frames by the mouse (by click or by hover if focus_follows_mouse is enabled) * The commands 'close_and_remove' / 'close_or_remove' act like 'close' for floating clients * The decoration window allows focusing, moving, and resizing the client via the mouse (as known from standard floating window managers) * Improved herbstclient tab completion for the fish shell * Fix a crash in the error handler when a invalid monitor name is passed. (Affects list_padding move_monitor rename_monitor lock_tag unlock_tag) * Fix the type of WM_STATE * The client attributes sizehints_tiling and sizehints_floating are now writable * Fix EWMH urgency change for clients without WM hints set * Fix the exit code of the 'focus' command- Update to 0.8.1: * the frame index 'e' refers to the first empty frame (e.g. 'rule index=e' places new windows in empty frames, if possible) * new setting 'hide_covered_windows' to improve the appearance when used with a compositor. * resize floating windows with the same command ('resize') as in tiling mode and thus the same keybindings as in tiling mode. Therefore, the 'fractiondelta' parameter to the 'resize' command is now optional. * keybind now checks that the bound command exists. * cycle_all (Alt-Tab) now also traverses floating clients * new setting 'auto_detect_panels' controlling the panel detection algorithm. * improved herbstclient tab completion for the fish shell Bug fixes: * Handle the regular expression "" correctly, since the grammar of extended regular expressions does not allow "". * Error handling for the lack of xrandr * Fixes to make it compile on other systems and architecture- Update to 0.8.0: * single window floating (every client has an attribute 'floating' which can be set at run time and via the rule consequence 'floating=on') * monitor detection via xrandr * detection of external panels * new command: apply_rules * new command: export (convenience wrapper around setenv) * new client attribute: keys_inactive (negation of keymask) * new command: drag (initiates moving/resizing a window by mouse) * if tags have been configured through EWMH before herbstluftwm starts (from a previous running window manager), then herbstluftwm re-uses these tags (start with --no-tag-import to disable this) * The build system is now cmake. See the INSTALL file if you need to compile herbstluftwm yourself. * the 'remove' command now tries to preserve the focus and the client arrangement. Intuitively speaking, 'remove' is undoing a frame split. * Many boolean style settings were formerly of type int. Now, these are boolean settings. * The 'toggle' command only works for boolean settings. For the former behavior for int-typed settings, use 'cycle_value'. * Writing '%%' in the 'sprintf' format string now gives a literate '%', just as printf. Formerly it stayed '%%'. * The 'keybind' command now accepts all valid key symbols, even if they are not present on the current keyboard layout at the time of setup. * the rules are also applied to those clients that change their WM_CLASS after being shown already. * 'detect_monitors' has an additional '--list-all' parameter * do not change the focus (for focus_follows_mouse=1) when an unmanaged dialog (e.g. a rofi menu or a notification) closes. * list_rules now prints regex-based rule conditions with '~' instead of '=' * new attributes on every monitor for pad_up pad_down pad_left pad_right * new flag --exit-on-xerror (to be used in automated testing only) * Formerly, double dots in object paths were allowed (similar to double slashes in file paths in unix). Right now, they are only allowed at the end (which is necessary for the tab-completion of attr): - +monitors+ is valid - +monitors.+ is valid - +monitors..+ is valid - +monitors.by-name.+ is valid - +monitors..by-name.+ is *invalid* - Remove examples-remove-executable-bits.patch - Run spec-cleaner- Update to 0.7.2: * When herbstluftwm is not running and herbstclient is called, the absent herbstluftwm is detected instead of hanging forever. * Close window on _NET_CLOSE_WINDOW. This makes closing windows via ewmh panels work. * Fix return code of remove_attr * Fix error when unmanaging clients * Some typo fixes in the documentation - Remove and replace with sed: * herbstluftwm-shebangs.patch * herbstluftwm-shebangs-2.patch * herbstluftwm-shebangs-3.patch- updated to latest stable release (0.7.1) - changes to herbstluftwm-shebangs.patch due to rejects caused by upstream changes - add herbstluftwm-shebangs-3.patch - fish-completion package- Update RPM groups and summaries.- Split files into appropriate sub-packages - Pass optflags to gcc via CPPFLAGS instead of CXXFLAGS - Patches for fixing build errors and warnings * add herbstluftwm-shebangs.patch * add herbstluftwm-shebangs-2.patch * add examples-remove-executable-bits.patch - Source download * update all urls to use https * track .sig file - General tidiness * cleanup with spec-cleaner * use %make_install macro * renumber sources- Respect %optflags - BuildRequire only the needed x libs, not xorg-x11-devel- repackage for stable releases - updated to latest stable release (0.7.0)lamb58 16520885120.9.3-bp154.1.19herbstclient/usr/share/bash-completion/completions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/b91469d312255ab6b023d9e041a015b2-herbstluftwmcpioxz5x86_64-suse-linuxASCII texth@ɗ!0(herbstluftwm and bash)utf-87393fcf62eb0c314a56deaa589155faf27d3a5fa5d2bb0f294834ab47560ce7c? 7zXZ !t/M] crv(vX0*+U(r \ީv0뎄R T>{lg鱔\,*WDQkdٲogȊvnW2qU9q`CZ)ʋm^b=Mf]\ Ym|P c<%K.Zv o\^w^b+:o,bP,5#PJVw׍3fπ̋Xny~4p"Tёx;@7zq:}QG= +ȥ GζmS fGYy܃,=΢9 e`ꍂ|pN9ZγAiL~MtP; YZ