mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-12-20 04:00:02 +01:00
hyprland.org to hypr.land (#104)
This commit is contained in:
parent
7332cb04c1
commit
2cc8866092
12 changed files with 74 additions and 68 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# hyprland-website
|
||||
|
||||
The hyprland.org website files. See it on [hyprland.org](https://hyprland.org)
|
||||
The hypr.land website files. See it on [hypr.land](https://hypr.land)
|
||||
|
||||
> [!NOTE]
|
||||
> If you are here to contribute to the Wiki, [click here](https://github.com/hyprwm/hyprland-wiki).
|
||||
|
|
|
|||
|
|
@ -19,15 +19,15 @@ Congratulations to Honkadaloonga, Kath and end_4 for winning FFA, Mascot and Log
|
|||
|
||||
Honkadaloonga:
|
||||
|
||||

|
||||

|
||||
|
||||
Kath:
|
||||
|
||||

|
||||

|
||||
|
||||
end_4:
|
||||
|
||||

|
||||

|
||||
|
||||
## Honorable mentions
|
||||
|
||||
|
|
@ -37,24 +37,24 @@ A few we wanted to give a honorable mention to are:
|
|||
|
||||
alba4k:
|
||||
|
||||

|
||||

|
||||
|
||||
corndog:
|
||||
|
||||

|
||||

|
||||
|
||||
Meptl:
|
||||
|
||||

|
||||

|
||||
|
||||
Sollee:
|
||||
|
||||

|
||||

|
||||
|
||||
srev:
|
||||
|
||||

|
||||

|
||||
|
||||
VDawg:
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ tracker are instantly actionable, as they are well-understood and confirmed.
|
|||
|
||||
I know it might seem weird to close 1.3k issues just like that, but trust me, most of them are bad.
|
||||
|
||||
For once, 70% of them were marked as stale. Commenting on a stale issue removes the tag, and yet ***70%*** were
|
||||
For once, 70% of them were marked as stale. Commenting on a stale issue removes the tag, and yet **_70%_** were
|
||||
stale, meaning it was very likely nobody gave a damn.
|
||||
|
||||
Secondly, it's a good opportunity to take a reset, and get rid of dupes. There are many issues duped.
|
||||
|
|
@ -37,5 +37,5 @@ At any rate, I hope this change helps us write better code, and write it faster.
|
|||
Cheers,
|
||||
vax.
|
||||
|
||||
New Issue Guidelines: [https://wiki.hyprland.org/Contributing-and-Debugging/Issue-Guidelines/](https://wiki.hyprland.org/Contributing-and-Debugging/Issue-Guidelines/)<br/>
|
||||
New Issue Guidelines: [https://wiki.hypr.land/Contributing-and-Debugging/Issue-Guidelines/](https://wiki.hypr.land/Contributing-and-Debugging/Issue-Guidelines/)<br/>
|
||||
Wiki MR: [https://github.com/hyprwm/hyprland-wiki/pull/1024](https://github.com/hyprwm/hyprland-wiki/pull/1024)
|
||||
|
|
|
|||
|
|
@ -12,24 +12,24 @@ squashing a few dozen bugs.
|
|||
|
||||
## Breaking changes
|
||||
|
||||
Some stuff has changed. `no_gaps_when_only` is now gone in favor of workspace rules. See [here](https://wiki.hyprland.org/Configuring/Workspace-Rules/#smart-gaps).
|
||||
Some stuff has changed. `no_gaps_when_only` is now gone in favor of workspace rules. See [here](https://wiki.hypr.land/Configuring/Workspace-Rules/#smart-gaps).
|
||||
|
||||
This has some advantages on the code side (less clutter and bugs), but also for the user: the layout provider no longer needs to implement this, as it's layout-agnostic.
|
||||
|
||||
Additionally, `decoration:shadow_` stuff has moved, see [here](https://wiki.hyprland.org/Configuring/Variables/#shadow) for the new names.
|
||||
Additionally, `decoration:shadow_` stuff has moved, see [here](https://wiki.hypr.land/Configuring/Variables/#shadow) for the new names.
|
||||
|
||||
## New stuff
|
||||
|
||||
- improved the algorithm used to round edges. Rounded corners, borders, rectangles, should all now be considerably smoother.
|
||||
- improved default behavior for hardware cursors on nvidia. They will now be automatically disabled by default as they are buggy. (I am planning to try and fix them altogether in 0.46)
|
||||
- groups got a few new stuff like `group_on_movetoworkspace`, `merge_groups_on_groupbar`, `drag_into_group`, `merge_floated_into_tiled_on_groupbar`.
|
||||
- `hyprland-ctm-control` is now supported, meaning `hyprsunset` will work.
|
||||
- Hyprland will now warn you if you have incorrectly installed assets instead of quietly failing and rendering black.
|
||||
- Window snapping for floating windows has been added.
|
||||
- The default behavior of expanding undersized textures introduced in 0.44.0 is now configurable with `expand_undersized_textures`
|
||||
- shadow now has a `sharp` option for no blur.
|
||||
- hyprctl got a few new props for keyboard's locked mod state(s) and monitors' mirror status
|
||||
- the hyprland config error bar will now reserve space instead of obstructing vision
|
||||
- improved the algorithm used to round edges. Rounded corners, borders, rectangles, should all now be considerably smoother.
|
||||
- improved default behavior for hardware cursors on nvidia. They will now be automatically disabled by default as they are buggy. (I am planning to try and fix them altogether in 0.46)
|
||||
- groups got a few new stuff like `group_on_movetoworkspace`, `merge_groups_on_groupbar`, `drag_into_group`, `merge_floated_into_tiled_on_groupbar`.
|
||||
- `hyprland-ctm-control` is now supported, meaning `hyprsunset` will work.
|
||||
- Hyprland will now warn you if you have incorrectly installed assets instead of quietly failing and rendering black.
|
||||
- Window snapping for floating windows has been added.
|
||||
- The default behavior of expanding undersized textures introduced in 0.44.0 is now configurable with `expand_undersized_textures`
|
||||
- shadow now has a `sharp` option for no blur.
|
||||
- hyprctl got a few new props for keyboard's locked mod state(s) and monitors' mirror status
|
||||
- the hyprland config error bar will now reserve space instead of obstructing vision
|
||||
|
||||
## Fixes
|
||||
|
||||
|
|
@ -37,9 +37,9 @@ As always, tons and tons of fixes. See the github release to read up more.
|
|||
|
||||
## Additional releases
|
||||
|
||||
- aquamarine v0.4.4 released: [Github](https://github.com/hyprwm/aquamarine/releases/tag/v0.4.4)
|
||||
- hyprutils v0.2.4 released: [Github](https://github.com/hyprwm/hyprutils/releases/tag/v0.2.4)
|
||||
- hyprsunset v0.1.0 released: [Github](https://github.com/hyprwm/hyprsunset/releases/tag/v0.1.0)
|
||||
- aquamarine v0.4.4 released: [Github](https://github.com/hyprwm/aquamarine/releases/tag/v0.4.4)
|
||||
- hyprutils v0.2.4 released: [Github](https://github.com/hyprwm/hyprutils/releases/tag/v0.2.4)
|
||||
- hyprsunset v0.1.0 released: [Github](https://github.com/hyprwm/hyprsunset/releases/tag/v0.1.0)
|
||||
|
||||
### Links
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ much, it should improve stability in edge cases. Please do report any regression
|
|||
## Breaking changes
|
||||
|
||||
Firstly, we got one breaking change:
|
||||
- `master:always_center_master` has been replaced with a more flexible `master:slave_count_for_center_master`
|
||||
|
||||
- `master:always_center_master` has been replaced with a more flexible `master:slave_count_for_center_master`
|
||||
|
||||
That's it this time. :)
|
||||
|
||||
|
|
@ -35,7 +36,7 @@ Please do note it _is_ experimental!
|
|||
|
||||
Added support for squircles in your corners:
|
||||
|
||||

|
||||

|
||||
|
||||
it's a cosmetic change for sure, but an anticipated one.
|
||||
|
||||
|
|
@ -52,28 +53,30 @@ You can disable it with `ecosystem:no_donation_nag`, if you are a cruel person.
|
|||
|
||||
It looks like this:
|
||||
|
||||

|
||||

|
||||
|
||||
and will of course go away if you click "No thanks".
|
||||
|
||||
### Config
|
||||
|
||||
New config stuff:
|
||||
- `negative:` for negating any regex has been added
|
||||
- `focusedmonv2` will now send more information than `focusedmon` on socket2
|
||||
- new `tag:` window selector for matching windows by tag
|
||||
- a few new window destruction dispatchers to kill windows instead of gracefully closing
|
||||
- `cyclenext` got a `visible` arg to cycle all visible windows
|
||||
|
||||
- `negative:` for negating any regex has been added
|
||||
- `focusedmonv2` will now send more information than `focusedmon` on socket2
|
||||
- new `tag:` window selector for matching windows by tag
|
||||
- a few new window destruction dispatchers to kill windows instead of gracefully closing
|
||||
- `cyclenext` got a `visible` arg to cycle all visible windows
|
||||
|
||||
### Other stuff
|
||||
|
||||
Some less, but still notable new stuff / fixes include:
|
||||
- CTM (used by hyprsunset) now has a smooth transition (except for Nvidia, because Nvidia)
|
||||
- `--verify-config` has been added to Hyprland which will not launch Hyprland, and just print whether your config is well-formed or not
|
||||
- hyprpm got an option to force reload all plugins
|
||||
- regexes have been sped up by caching the compiled regexes where possible
|
||||
- xwayland got a few fixes around clipboard and dnd
|
||||
- config should now be reloaded noticeably faster than before thanks to the move to inotify
|
||||
|
||||
- CTM (used by hyprsunset) now has a smooth transition (except for Nvidia, because Nvidia)
|
||||
- `--verify-config` has been added to Hyprland which will not launch Hyprland, and just print whether your config is well-formed or not
|
||||
- hyprpm got an option to force reload all plugins
|
||||
- regexes have been sped up by caching the compiled regexes where possible
|
||||
- xwayland got a few fixes around clipboard and dnd
|
||||
- config should now be reloaded noticeably faster than before thanks to the move to inotify
|
||||
|
||||
## The raw release
|
||||
|
||||
|
|
@ -84,4 +87,4 @@ if you are the type that enjoys reading, check the release out on [Github](https
|
|||
[hyprutils 0.5.0](https://github.com/hyprwm/hyprutils/releases/tag/v0.5.0)
|
||||
|
||||
Cheers,
|
||||
vax.
|
||||
vax.
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ A loot of new stuff has dropped.
|
|||
A new ANR dialog is now available. It requires `hyprland-qtutils`, but at this point I think all the packagers that matter
|
||||
do package it.
|
||||
|
||||

|
||||

|
||||
|
||||
### Various groupbar improvements
|
||||
|
||||
Rounding, customizable gaps, height, font size, everything!
|
||||
|
||||

|
||||

|
||||
|
||||
### Color Management
|
||||
|
||||
|
|
@ -41,18 +41,19 @@ have been fixed, and a lot of flicker issues as well.
|
|||
### Other
|
||||
|
||||
Other new features include:
|
||||
- new `gnomed` animation style for windows
|
||||
- new `pinned` window rule selector
|
||||
- new `cyclenext hist` option
|
||||
- IPC support for hyprsunset
|
||||
- `--hl-url` in hyprpm for a custom hyprland sources URL
|
||||
- `flip_x` and `flip_y` for touchpads
|
||||
- `follow_mouse_threshold` for waiting before following focus
|
||||
- `ext-idle-notify` version 2 support
|
||||
- many, many xwayland fixes. `INCR` support for large transfers, dnd improvements, etc.
|
||||
|
||||
- new `gnomed` animation style for windows
|
||||
- new `pinned` window rule selector
|
||||
- new `cyclenext hist` option
|
||||
- IPC support for hyprsunset
|
||||
- `--hl-url` in hyprpm for a custom hyprland sources URL
|
||||
- `flip_x` and `flip_y` for touchpads
|
||||
- `follow_mouse_threshold` for waiting before following focus
|
||||
- `ext-idle-notify` version 2 support
|
||||
- many, many xwayland fixes. `INCR` support for large transfers, dnd improvements, etc.
|
||||
|
||||
## Fixes
|
||||
|
||||
Tons of fixes under the hood as usual, too many to list. :)
|
||||
|
||||
## The raw release
|
||||
|
|
@ -60,4 +61,4 @@ Tons of fixes under the hood as usual, too many to list. :)
|
|||
if you are the type that enjoys reading, check the release out on [Github](https://github.com/hyprwm/Hyprland/releases/tag/v0.48.0).
|
||||
|
||||
Cheers,
|
||||
vax.
|
||||
vax.
|
||||
|
|
|
|||
|
|
@ -7,17 +7,18 @@ author:
|
|||
picture: /imgs/profile_pictures/vaxry.webp
|
||||
---
|
||||
|
||||
After about 2 or so months, we got 0.49.0!
|
||||
After about 2 or so months, we got 0.49.0!
|
||||
|
||||
A lot of changes in this update as usual, let's do a quick summary.
|
||||
|
||||
## Breaking changes
|
||||
|
||||
A few breaking changes this time:
|
||||
|
||||
- `cursor:warp_on_change_workspace` no longer controls warps for special workspaces. Use `warp_on_toggle_special` for more fine control.
|
||||
- `master:center_master_slaves_on_right` has been changed to `master:center_master_fallback` providing more options than just right.
|
||||
- you'll now need to input your sudo password for sensitive hyprpm operations. Due to that change your repositories and enabled plugins will be reset.
|
||||
|
||||
|
||||
## New stuff
|
||||
|
||||
### Permission management
|
||||
|
|
@ -32,14 +33,16 @@ With permission management, both that, and other sensitive actions are now guard
|
|||
can specify which apps can do what, and if you don't, you'll get an android / iOS / MacOS style popup asking you
|
||||
for confirmation.
|
||||
|
||||
**Permission management is disabled by default for now**, read up more about it on [the wiki](https://wiki.hyprland.org/Configuring/Permissions/).
|
||||
**Permission management is disabled by default for now**, read up more about it on [the wiki](https://wiki.hypr.land/Configuring/Permissions/).
|
||||
|
||||
### New protocols
|
||||
|
||||
Some new protocols are now supported in Hyprland, including `xdg-system-bell` and `xdg-toplevel-tag`.
|
||||
|
||||
### Other new changes
|
||||
|
||||
Other new stuff include:
|
||||
|
||||
- keybinds can now be disabled per-device
|
||||
- ANR's missed pings (delay) is now configurable
|
||||
- you can now bind click and drag actions separately with your mouse
|
||||
|
|
@ -58,4 +61,3 @@ if you are the type that enjoys reading, check the release out on [Github](https
|
|||
|
||||
Cheers,
|
||||
vax.
|
||||
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@
|
|||
<div class="flex flex-col gap-4">
|
||||
<div class="pretitle">Links</div>
|
||||
<ul class="flex flex-col gap-3 font-medium">
|
||||
<li><a href="https://wiki.hyprland.org/" target="_blank">Wiki</a></li>
|
||||
<li><a href="https://wiki.hypr.land/" target="_blank">Wiki</a></li>
|
||||
<li>
|
||||
<a href="https://wiki.hyprland.org/Getting-Started/Master-Tutorial/" target="_blank"
|
||||
<a href="https://wiki.hypr.land/Getting-Started/Master-Tutorial/" target="_blank"
|
||||
>Get started</a
|
||||
>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
export const discordLink = 'https://discord.com/invite/hQ9XvMUjjr'
|
||||
export const forgejoLink = 'https://code.hyprland.org/'
|
||||
export const forgejoLink = 'https://code.hypr.land/'
|
||||
|
|
|
|||
|
|
@ -46,13 +46,13 @@
|
|||
>
|
||||
<li>
|
||||
<a
|
||||
href="https://wiki.hyprland.org/Getting-Started/Master-Tutorial/"
|
||||
href="https://wiki.hypr.land/Getting-Started/Master-Tutorial/"
|
||||
rel="noopener"
|
||||
target="_blank">Get started</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.hyprland.org">Wiki</a>
|
||||
<a href="https://wiki.hypr.land">Wiki</a>
|
||||
</li>
|
||||
<li aria-current={$page.url.pathname === '/about' ? 'page' : undefined}>
|
||||
<a href="/hall_of_fame">Hall of fame</a>
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
<li>
|
||||
<a
|
||||
class="rounded-full bg-cyan-300 px-4 py-2 uppercase tracking-wide text-black hover:bg-cyan-200"
|
||||
href="https://wiki.hyprland.org/Getting-Started/Installation/"
|
||||
href="https://wiki.hypr.land/Getting-Started/Installation/"
|
||||
target="_blank"
|
||||
aria-label="Install Hyprland">Install</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
<div
|
||||
class="pointer-events-auto flex items-center gap-7 duration-500 animate-in fade-in-0 slide-in-from-bottom-4 fill-mode-backwards [animation-delay:1390ms]"
|
||||
>
|
||||
<a href="https://wiki.hyprland.org/Getting-Started/Installation/">
|
||||
<a href="https://wiki.hypr.land/Getting-Started/Installation/">
|
||||
<Button size="xl">Install</Button>
|
||||
</a>
|
||||
<a href="https://wiki.hyprland.org/">
|
||||
<a href="https://wiki.hypr.land/">
|
||||
<Button type="fancyOutline" size="xl">Wiki</Button>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<DistroOption name="NixOS" image={nixLogo}>
|
||||
<CommandButton command="programs.hyprland.enable">
|
||||
<div slot="extra" class="absolute -bottom-4 left-1/2 min-w-max -translate-x-1/2">
|
||||
<a href="https://wiki.hyprland.org/Nix/" target="_blank"
|
||||
<a href="https://wiki.hypr.land/Nix/" target="_blank"
|
||||
>See more details and git version ↗</a
|
||||
>
|
||||
</div>
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://wiki.hyprland.org/Getting-Started/Installation/#packages"
|
||||
href="https://wiki.hypr.land/Getting-Started/Installation/#packages"
|
||||
class="mt-10"
|
||||
>
|
||||
<Button size="lg" type="fancyOutline">Other options</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue