bspwm-zsh-completion-0.9.10-bp154.1.20 >  A bxt!M@eee5:H /ku{.`Snss3Fu6LNGڽlg|4c|]J; \q!0`X$vO:RZ xb.b =sppeхR8 ZG&.4Ưp 0RZe%e%wkfazɝY`~HQR5S,}LI&MOv!?@+O-v+vT[]F#>Q87776e7a3b3045b2426e28293c7b6c08a79d03523c4b9e22d1df38aae5bf519922c68a8fc459843cf7a85a2b5ba7adb910c7a2818,bxt!M@eee@ZHͬjM O L~Z`V^!.6;SطP7'D3^aw,ugkƞ$"A#ڪp> T? Dd ) B\`hl      c htU(x8 9 : FGHIXY\]$^=bxc!defluvz @Cbspwm-zsh-completion0.9.10bp154.1.20ZSH Completion for bspwmZSH completion for bspcbxhlamb08?`SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/GUI/Otherhttps://github.com/baskerville/bspwmlinuxnoarch?`AA큤bxgbxg_&pe995c235eb7a0d7d2886aff6d0c192035068ccdf1704cb1c7e34b4c838de4307rootrootrootrootrootrootbspwm-0.9.10-bp154.1.20.src.rpmbspwm-zsh-completion    bspwmrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.103.0.4-14.6.0-14.0-15.2-14.14.3_^@^@\@\v{ZZ@Z2@YǞ@X@W@W@Avindra Goolcharan Florian Besser Florian Besser Xaver Hellauer Luke Jones avindra@opensuse.orgavindra@opensuse.orgavindra@opensuse.orgaavindraa@gmail.comluke.nukem.jones@gmail.comluke.nukem.jones@gmail.comluke.nukem.jones@gmail.com- Update to version 0.9.10: + Additions - New node descriptor: first_ancestor. - New node modifiers: horizontal, vertical. + Changes - The node descriptors next and prev might now return any node. The previous behavior can be emulated by appending .!hidden.window. - The node descriptors pointed, biggest and smallest now return leaves (in particular pointed will now return the id of a pointed receptacle). The previous behavior can be emulated by appending .window. - The query command now handles all the possible descriptor-free constraints (for example, query -N -d .active now works as expected). - The rules can now match against the window's names (WM_NAME). - The configuration script now receives an argument to indicate whether is was executed after a restart or not. - The intermediate consequences passed to the external rules command are now in resolved form to avoid unwanted code execution. - Package config to /etc/.skel - Ran spec-cleaner- Update to version 0.9.9: * Fix a memory allocation bug in the implementation of wm --restart. * Honor single_monocle when the hidden flag is toggled. - includes 0.9.8: * Fix a potential infinite loop. * Fix two bugs having to do with single_monocle. * Honor removal_adjustment for the spiral automatic insertion scheme.- Add -fcommon to CPPFLAGS to make it build with gcc10- Fix suggestions for bspwm-fish-completion- Update 0.9.7: * Bug fix for "single_monocle does not work for the first node on a desktop" - From 0.9.5 to 0.9.6 - Additions * New wm command: --restart. It was already possible to restart bspwm without loosing the current state through - -{dump,load}-state, but this command will also keep the existing subscribers intact. * New settings: automatic_scheme, removal_adjustment. The automatic insertion mode now provides three ways of inserting a new node: spiral, longest_side (the default) and alternate. Those schemes are described in the README. * New settings: ignore_ewmh_struts, presel_feedback, {top,right,bottom,left}_monocle_padding. * New node descriptor: smallest. * New desktop modifier: active. - Changes * The focused and active modifiers now mean the same thing across every object. * Fullscreen windows are no longer sent to the above layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window, you'll need to rely on layers. * Pseudo-tiled windows now shrink automatically. - Removals * The paddingless_monocle setting was removed (and subsumed).- Update to 0.9.5 * Fix resize by mouse behavioral change * Disable 4 default options (IGNORE_EWMH_FOCUS, REMOVE_DISABLED_MONITORS, REMOVE_UNPLUGGED_MONITORS, MERGE_OVERLAPPING_MONITORS)- Update to 0.9.4 - Changes * The following events: node_{manage,unmanage} are now node_{add,remove}. - Additions * New monitor/desktop/node descriptors: any, newest. * New node flag: marked. * New monitor descriptor: pointed. * New wm command: --reorder-monitors. * Receptacles are now described in the manual. * New --follow option added to node -{m,d,n,s} and desktop - {m,s}. * The subscribe command now has the following options: --fifo, - -count. * New settings: ignore_ewmh_fullscreen, mapping_events_count.- split completion scripts into sub-packages - fix lint errors - cleanup with spec-cleaner - compile with %optflags - delete _service file - remove manual desktop database config- Created _service file - Update to 0.9.3 - Changes * *click_to_focus* is now a button name. Specifying a boolean is deprecated but will still work (`true` is equivalent to `button1`). - Additions * `node -r` now accepts a relative fraction argument. * An option was added to `query -{M,D,N}` in order to output names instead of IDs: `--names`. * New rule consequence: `rectangle=WxH+X+Y`. * New settings: `swallow_first_click` and `directional_focus_tightness`.- Update to 0.9.2 - Changes * Monitors, desktops and nodes have unique IDs, `bspc query -{N,D,M}` returns IDs and events reference objects by ID instead of name. * `bspc` fails verbosely and only returns a single non-zero exit code. * The `DIR` descriptor is based on [right-window](https://github.com/ntrrgc/right-window). * The `CYCLE_DIR` descriptor isn't limited to the current desktop/monitor anymore. (You can emulate the previous behavior by appending a `.local` modifier to the selector.) * `bspc query -{N,D,M}` accepts an optional reference argument used by certain descriptors/modifiers. * Monitors are ordered visually by default. * The following settings: `border_width`, `window_gap` and `*_padding` behave as expected. * External rules also receives the monitor, desktop and node selectors computed from the built-in rules stage as subsequent arguments. * The `focus_follows_pointer` setting is implemented via enter notify events. - Additions * Nodes can be hidden/shown via the new `hidden` flag. * Node receptacles can be inserted with `node -i`. An example is given in `git show e8aa679`. * Non-tiled nodes can be moved/resized via `node -{v,z}`. * The reference of a selector can be set via the `{NODE,DESKTOP ,MONITOR}_SEL#` prefix, example: `bspc node 0x0080000c#south -c` will close the node at the south of `0x0080000c`. * Node descriptors: ``, `pointed`. * Node modifiers: `hidden`, `descendant_of`, `ancestor_of`, `window`, `active`. Example: `bspc query -N 0x00400006 -n .descendant_of` returns the descendants of `0x00400006`. * Desktop descriptor: ``. * Monitor descriptor: ``. * Settings: `pointer_motion_interval`, `pointer_modifier`, `pointer_action{1,2,3}`, `click_to_focus`, `honor_size_hints`. * Event: `pointer_action`. * ICCCM/EWMH atoms: `WM_STATE`, `_NET_WM_STRUT_PARTIAL`. * `bspc` shell completions for `fish`. - Removals * The `pointer` domain. Pointer actions are handled internally. You need to remove any binding that uses this domain from your `sxhkdrc`. * Settings: `history_aware_focus`, `focus_by_distance`. Both settings are merged into the new `DIR` implementation. * `monitor -r|--remove-desktops`: use `desktop -r|--remove` instead. * `wm -r|--remove-monitor`: use `monitor -r|--remove` instead.- change sxhkd and dmenu to be recommended, not required - move to pkgconfig deps, add desktop-utils handling- Initial packaging of bspwmlamb08 16520874000.9.10-bp154.1.20zshsite-functions_bspc/usr/share//usr/share/zsh//usr/share/zsh/site-functions/-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/0ea279e93284172bb09737bf248a59e0-bspwmcpioxz5x86_64-suse-linuxdirectoryASCII textK\c\df/F㋀Y+81f nߞo YW7YhCv >>0bhI gr%"y0Z9- x%Yh_3\[ z ,{UO[Պ/Oe/?H+{ЍE~aF4cf(7?;}dLI8ZV8-LGwBDsS϶]Cy`LwZn6׵er;<!жp-q酩I]\^|dS7 Qnbx:]6qxe`zyjf˟]WK"OFʷX H7#|4xݙ}4JO `"ܹNN&S9 f*i_7j(4DX.3v<*Tni'pCRf /9I߷LEt 5=NcT>ںvűLB%P+(vH8E6 ȺLX#Xک-vp3NX`HXCXc~Q'0"7 wc: ݸB鄞Rxv~2n~"rS _]Ti}9550]@Hl2Q]^L:oN61kZ)vz'r&aDx1.Jd A讍[,>}@w(<0Wt6B$vf}Yl)(he};~QҬ$ea z%:ݩS)'ixR׹"M?Od8}|.>eGj0 ]r$tI~32C!*^={bVĹ(џQ"{q'TvRp>0yҼc,hk-ZTs-k=WNB:`Yؒ܃rԕ d[g~Xi>3Ԋ\'.e-w$ G hIq2Gbp^ϛ4w l2RȏQکLoGwք7%HtJBtmG;# mt ^N=/}y&@J#j˛: EMl*'?/Qߐ?H8 *s&1@Re<Ȃ\NPGWb~ -kI37A*)ҿyx. yfj8-xC`@`5!Ԑd_sYxv9{VJ2; xjΥQDo(/Xvk1&unnq]oF @UiYq*2gvSS_OEWZ &/ Cx_' i d(k9#R^wP%XNPcl\71حֺRMDz%<pl̊d.A8w"F0ʩу Xrq 3䫘QuHjUiITTIiâzh@0\I)T>]+C.7AoD; O~N4x߁߉j=U^x{2| r%s w⛍\& ^_ܒd ׻L]̊?w6?8CGJ*}_} "c /89I[ijjy1W]_:SoH9m)o.?ßޯ,&p!h ݔs}B3˗^IX'*/KJu;Ts~\UfJ:DO/ q.e{1"Q]y z:.!Y";|9.Ʈ*dRch}9`v&:Ӗ) ȑ4ls gxŠRl%_9#l6 asIn HBHby\dPYY3@O%/2ÌZJjq@\sgҏ^,/ dSHxoQym˔tq ojbgd}_ʀy~S˿0 8 ~d7$ktoJBؽ;ԁ](at1o%CԅFl֌!+lInufp\78fl#D# /DIqMp|Mb5Ru0׾ABɅŜ\V)gjuyHx^T5nnEy\ =~&۰7A9})-l[VhtjQ!5@ca z- ا r.V b_©_&OU-wTg^;ZM+آ2&Q%&4L9a"ٗ*(gZ,8V+%SdHR't"rk䬮yJ_t'}05'E qW>[NDJZmYQ[I omh%8[|?Ln5~7Az?2g${ÝBw|v6*AG)TT kݒ*=7*'"Gqdɪ+ٚC5V|2ITV$$WX,Hկ]L-BԤUV⛨J!Ϲ_/3jЏ^{Q .ޒ$~"6jsuoFTO+ Ƥp: ֣ޭj+戵3qj *{6+;[r"Uy@^M""Xj".~r 1CL]J^%<4s6_͇ϨG۰E)#\x^ȫS ABD wosDV YWUD`! Alj Q!r=6vRU-,%YXV pF?7z'Hώ-J'*R ($3X\Am,:葟iM}q/M&O7!N{&-FUeӊ S\s:R( ܸD`ʎ7%euL?mfK5e>?NŠ h\";F/du/=x̐~&zICȗ#[ݻ`'Yn9S1Ǽ}Wislt~VŰ,ª#/$=4Q_OSJa3@r+uSq]v/A1SfzYCOzY% >Q-[2j w\g2Yu:q+Eb{ZwJo,7*Z/0 G :ZJ7; 2$Ÿ<[>P&B$#HX >(h Z$d1MAS郐Po={sIJmHk A'rT\k_`Bnb/ݼ*ڌvsF:~jޜ_QLŒ:f?A&