chore: update hyprland wiki links (#5466)

This commit is contained in:
Justin Biard
2026-04-27 14:59:16 +02:00
committed by GitHub
parent a6bb239919
commit 985a8010e6
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/ # Learn how to configure Hyprland: https://wiki.hypr.land/Configuring/
# Use defaults Omarchy defaults (but don't edit these directly!) # Use defaults Omarchy defaults (but don't edit these directly!)
source = ~/.local/share/omarchy/default/hypr/autostart.conf source = ~/.local/share/omarchy/default/hypr/autostart.conf
+2 -2
View File
@@ -1,5 +1,5 @@
# Control your input devices # Control your input devices
# See https://wiki.hypr.land/Configuring/Variables/#input # See https://wiki.hypr.land/Configuring/Basics/Variables/#input
input { input {
# Use multiple keyboard layouts and switch between them with Left Alt + Right Alt # Use multiple keyboard layouts and switch between them with Left Alt + Right Alt
# kb_layout = us,dk,eu # kb_layout = us,dk,eu
@@ -45,7 +45,7 @@ windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5
windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2
# Enable touchpad gestures for changing workspaces # Enable touchpad gestures for changing workspaces
# See https://wiki.hyprland.org/Configuring/Gestures/ # See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Gestures/
# gesture = 3, horizontal, workspace # gesture = 3, horizontal, workspace
# Enable touchpad gestures for moving focus (helpful on scrolling layout) # Enable touchpad gestures for moving focus (helpful on scrolling layout)
+4 -4
View File
@@ -1,6 +1,6 @@
# Change the default Omarchy look'n'feel # Change the default Omarchy look'n'feel
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hypr.land/Configuring/Basics/Variables/#general
general { general {
# No gaps between windows or borders # No gaps between windows or borders
# gaps_in = 0 # gaps_in = 0
@@ -11,7 +11,7 @@ general {
# layout = scrolling # layout = scrolling
} }
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hypr.land/Configuring/Basics/Variables/#decoration
decoration { decoration {
# Use round window corners # Use round window corners
# rounding = 8 # rounding = 8
@@ -21,13 +21,13 @@ decoration {
# dim_strength = 0.15 # dim_strength = 0.15
} }
# https://wiki.hyprland.org/Configuring/Variables/#animations # https://wiki.hypr.land/Configuring/Basics/Variables/#animations
animations { animations {
# Disable all animations # Disable all animations
# enabled = no # enabled = no
} }
# https://wiki.hypr.land/Configuring/Variables/#layout # https://wiki.hypr.land/Configuring/Basics/Variables/#layout
layout { layout {
# Avoid overly wide single-window layouts on wide screens # Avoid overly wide single-window layouts on wide screens
# single_window_aspect_ratio = 1 1 # single_window_aspect_ratio = 1 1
+1 -1
View File
@@ -1,4 +1,4 @@
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hypr.land/Configuring/Basics/Monitors/
# List current monitors and resolutions possible: hyprctl monitors # List current monitors and resolutions possible: hyprctl monitors
# Format: monitor = [port], resolution, position, scale # Format: monitor = [port], resolution, position, scale
+1 -1
View File
@@ -1,4 +1,4 @@
# https://wiki.hyprland.org/Configuring/Variables/#input # https://wiki.hypr.land/Configuring/Basics/Variables/#input
input { input {
kb_layout = us kb_layout = us
kb_variant = kb_variant =
+13 -13
View File
@@ -1,30 +1,30 @@
# Refer to https://wiki.hyprland.org/Configuring/Variables/ # Refer to https://wiki.hypr.land/Configuring/Basics/Variables/
# Variables # Variables
$activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg $activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
$inactiveBorderColor = rgba(595959aa) $inactiveBorderColor = rgba(595959aa)
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hypr.land/Configuring/Basics/Variables/#general
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 10 gaps_out = 10
border_size = 2 border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hypr.land/Configuring/Basics/Variables/#variable-types for info about colors
col.active_border = $activeBorderColor col.active_border = $activeBorderColor
col.inactive_border = $inactiveBorderColor col.inactive_border = $inactiveBorderColor
# Set to true enable resizing windows by clicking and dragging on borders and gaps # Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false resize_on_border = false
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on # Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on
allow_tearing = false allow_tearing = false
layout = dwindle layout = dwindle
} }
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hypr.land/Configuring/Basics/Variables/#decoration
decoration { decoration {
rounding = 0 rounding = 0
@@ -35,7 +35,7 @@ decoration {
color = rgba(1a1a1aee) color = rgba(1a1a1aee)
} }
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hypr.land/Configuring/Basics/Variables/#blur
blur { blur {
enabled = true enabled = true
size = 2 size = 2
@@ -46,7 +46,7 @@ decoration {
} }
} }
# https://wiki.hypr.land/Configuring/Variables/#group # https://wiki.hypr.land/Configuring/Basics/Variables/#group
group { group {
col.border_active = $activeBorderColor col.border_active = $activeBorderColor
col.border_inactive = $inactiveBorderColor col.border_inactive = $inactiveBorderColor
@@ -77,11 +77,11 @@ group {
} }
# https://wiki.hyprland.org/Configuring/Variables/#animations # https://wiki.hypr.land/Configuring/Basics/Variables/#animations
animations { animations {
enabled = yes, please :) enabled = yes, please :)
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Default animations, see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Animations/ for more
bezier = easeOutQuint,0.23,1,0.32,1 bezier = easeOutQuint,0.23,1,0.32,1
bezier = easeInOutCubic,0.65,0.05,0.36,1 bezier = easeInOutCubic,0.65,0.05,0.36,1
@@ -106,19 +106,19 @@ animations {
animation = specialWorkspace, 1, 3, easeOutQuint, slidevert animation = specialWorkspace, 1, 3, easeOutQuint, slidevert
} }
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more # See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this preserve_split = true # You probably want this
force_split = 2 # Always split on the right force_split = 2 # Always split on the right
} }
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more
master { master {
new_status = master new_status = master
} }
# https://wiki.hyprland.org/Configuring/Variables/#misc # https://wiki.hypr.land/Configuring/Basics/Variables/#misc
misc { misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true disable_splash_rendering = true
@@ -128,7 +128,7 @@ misc {
on_focus_under_fullscreen = 1 on_focus_under_fullscreen = 1
} }
# https://wiki.hypr.land/Configuring/Variables/#cursor # https://wiki.hypr.land/Configuring/Basics/Variables/#cursor
cursor { cursor {
hide_on_key_press = true hide_on_key_press = true
warp_on_change_workspace = 1 warp_on_change_workspace = 1
+1 -1
View File
@@ -1,4 +1,4 @@
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hypr.land/Configuring/Basics/Window-Rules/ for more
# Hyprland 0.53+ syntax # Hyprland 0.53+ syntax
windowrule = suppress_event maximize, match:class .* windowrule = suppress_event maximize, match:class .*