Accepting request 1008626 from home:sp1rit
Updated to version 0.15.1beta OBS-URL: https://build.opensuse.org/request/show/1008626 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=9
This commit is contained in:
parent
2c98b80ec9
commit
2a9c289015
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be3ea8a71b36c9ddfdc4cc09a67c20b7e9452bb3f8964a41d7f630b348848eba
|
|
||||||
size 4833292
|
|
3
hyprland-0.15.1beta.obscpio
Normal file
3
hyprland-0.15.1beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a37a5e733a006cd5ef80aad1cd1412fcef2788ecc5db9a493885b816d221dbe3
|
||||||
|
size 4836876
|
@ -1,8 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 23:06:29 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
|
- Updated to version 0.15.1beta:
|
||||||
|
+ Critical update: 0.15.0beta has a defect due to an issue with
|
||||||
|
wlroots making the GPU suffer a lot!
|
||||||
|
+ New features:
|
||||||
|
* Add accel profile and scroll method
|
||||||
|
* Add input:touchpad:scroll_factor
|
||||||
|
* Add switch device handling and binds
|
||||||
|
* add desc: to monitor rules
|
||||||
|
* add dpms per output
|
||||||
|
* add dpms status info in hyprctl
|
||||||
|
* add left_handed config for input
|
||||||
|
* add minsize rule
|
||||||
|
* added a noanim rule
|
||||||
|
* additional logic for identical pid swallowing
|
||||||
|
+ Fixes:
|
||||||
|
* Fix compiler warnig comparing signed and unsigned integers.
|
||||||
|
* Fix compiler warnings.
|
||||||
|
* Fix getDeviceInt string arg "input:left_handed"
|
||||||
|
* Merge branch 'fix_rounding_in_size_changing_windows' into
|
||||||
|
rework_rounding_shader
|
||||||
|
* Merge branch 'main' into fix_rounding_in_size_changing_windows
|
||||||
|
* Merge branch 'make_TTY_unsigned' into fix_left_handed
|
||||||
|
* fix naming when workspace back and forth
|
||||||
|
* fix string corruption in hyprctl monitors -j
|
||||||
|
* fix tty switch freeze
|
||||||
|
* fix workspace previous with multi-mon ws moves
|
||||||
|
* fixes to window swallowing with same pid
|
||||||
|
* fixing your shit.
|
||||||
|
* revert wlroots ver to fix critical gpu issue
|
||||||
|
+ Other:
|
||||||
|
* Avoid 38 files to compile every time a shader is modified.
|
||||||
|
* Compare PLASTWINDOW & PWINDOWTOCHANGETO m_iMonitorID's instead
|
||||||
|
of PWINDOWTOCHANGETO->m_iMonitorID &
|
||||||
|
g_pCompositor->m_pLastMonitor->ID
|
||||||
|
* Cut the number of pixels that call length() in half.
|
||||||
|
* Don't pass bottomRight to textureShaders compute it within.
|
||||||
|
* Even less branching (taken more or less from the border
|
||||||
|
shader).
|
||||||
|
* Make the rounding texture shaders smaller and more efficient.
|
||||||
|
* Merge branch 'main' into rework_rounding_shader
|
||||||
|
* Remove texcoord from QUADFRAGSRC.
|
||||||
|
* Remove unused ignoreCorners variable from texture shaders.
|
||||||
|
* Rework rounding shader
|
||||||
|
* Send absolute screen coordinates to texture shaders.
|
||||||
|
* focusedmon event check change
|
||||||
|
* ignore VT switches to current vt
|
||||||
|
* log GPU info for debugging
|
||||||
|
* map touch to the correct output
|
||||||
|
* monitor desc improvements
|
||||||
|
* more checks in pid gathering
|
||||||
|
* more monitor checks for shutdown:
|
||||||
|
* reset sigmask on fork
|
||||||
|
* return true on vt switch keysyms to avoid printing stuff
|
||||||
|
* texcoord is unused in the rounding part of the textureshaders.
|
||||||
|
* update wlroots dep
|
||||||
|
* use goalv in clientsRequest
|
||||||
|
* use vectorToWindowIdeal in mouse binds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 08:28:42 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
|
Tue Oct 4 08:28:42 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
- Update to version 0.15.0beta:
|
- Update to version 0.15.0beta:
|
||||||
+ Enjoy your CPU usage when idle going down by as much as 95% in some cases and much more!
|
+ Enjoy your CPU usage when idle going down by as much as 95% in
|
||||||
|
some cases and much more!
|
||||||
+ New features:
|
+ New features:
|
||||||
* Add "highest" mode to Monitor for autoconfiguration.
|
* Add "highest" mode to Monitor for autoconfiguration.
|
||||||
* Added window swallowing
|
* Added window swallowing
|
||||||
@ -29,12 +91,14 @@ Tue Oct 4 08:28:42 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
|
|||||||
* Replace clamp with max if there is no upper bound.
|
* Replace clamp with max if there is no upper bound.
|
||||||
* Scale border size in calculations of windows
|
* Scale border size in calculations of windows
|
||||||
* Scale border size in window size pos calculation
|
* Scale border size in window size pos calculation
|
||||||
* Scale the border size, revert the window scaling according to border
|
* Scale the border size, revert the window scaling according to
|
||||||
|
border
|
||||||
* Scale the cairo matrix to fit the monitor dimensions.
|
* Scale the cairo matrix to fit the monitor dimensions.
|
||||||
* Shift splash up if monitor has wider ratio than bgTexture.
|
* Shift splash up if monitor has wider ratio than bgTexture.
|
||||||
* Unify arg lists, allow for trailing spaces in args
|
* Unify arg lists, allow for trailing spaces in args
|
||||||
* Use double literals, don't cast a integer literal to double.
|
* Use double literals, don't cast a integer literal to double.
|
||||||
* Use double literals, don't cast integer or float literals to double.
|
* Use double literals, don't cast integer or float literals to
|
||||||
|
double.
|
||||||
* allow for pure workspace names in dispatchers
|
* allow for pure workspace names in dispatchers
|
||||||
* allow one less arg in bind
|
* allow one less arg in bind
|
||||||
* anchor to proper quad in floating resize
|
* anchor to proper quad in floating resize
|
||||||
@ -183,7 +247,8 @@ Wed Sep 7 18:39:03 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|||||||
* remove tiling node when invalid
|
* remove tiling node when invalid
|
||||||
* sanity check on last window
|
* sanity check on last window
|
||||||
* send accumulated modifiers to surfaces
|
* send accumulated modifiers to surfaces
|
||||||
* set last monitor and dont refocus in some cases (changeworkspace)
|
* set last monitor and dont refocus in some cases
|
||||||
|
(changeworkspace)
|
||||||
* simplify code and update monitor on warp
|
* simplify code and update monitor on warp
|
||||||
* simplify config monitor reloads and rearrange layers
|
* simplify config monitor reloads and rearrange layers
|
||||||
* unify monitor args
|
* unify monitor args
|
||||||
@ -311,7 +376,8 @@ Mon Aug 22 10:24:52 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|||||||
example:
|
example:
|
||||||
bind=SHIFT,exclam,movetoworkspace,1 # OLD
|
bind=SHIFT,exclam,movetoworkspace,1 # OLD
|
||||||
bind=SHIFT,1,movetoworkspace,1 # NEW
|
bind=SHIFT,1,movetoworkspace,1 # NEW
|
||||||
As an additional result of the above, for multi-layout users, see
|
As an additional result of the above, for multi-layout users,
|
||||||
|
see
|
||||||
https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/
|
https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/
|
||||||
+ New features:
|
+ New features:
|
||||||
* Add mapwindow, unmapwindow and movewindow IPC events
|
* Add mapwindow, unmapwindow and movewindow IPC events
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: hyprland
|
name: hyprland
|
||||||
version: 0.15.0beta
|
version: 0.15.1beta
|
||||||
mtime: 1664833272
|
mtime: 1665090550
|
||||||
commit: ff5843bd85c60a3e3a7d21f26f78c8604dbba63f
|
commit: 28a6e0ce3178527e54070fb3ee19d90239110bf7
|
||||||
|
Loading…
Reference in New Issue
Block a user