From 932e6d96d962fde707d2f1fcb23dea18cc363b65 Mon Sep 17 00:00:00 2001 From: vergil <250935440+abhegyn@users.noreply.github.com> Date: Wed, 6 May 2026 21:17:52 +0530 Subject: [PATCH] updated links(example>hyprland.conf) to 0.54.0v --- example/hyprland.conf | 50 ++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index ecb72ad5f..68be1b218 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -1,6 +1,6 @@ # This is an example Hyprland config file. # Refer to the wiki for more information. -# https://wiki.hypr.land/Configuring/ +# wiki.hypr.land/0.54.0/Configuring/ # Please note not all available settings / options are set here. # For a full list, see the wiki @@ -14,7 +14,7 @@ ### MONITORS ### ################ -# See https://wiki.hypr.land/Configuring/Basics/Monitors/ +# See wiki.hypr.land/0.54.0/Configuring/Monitors/ monitor=,preferred,auto,auto @@ -22,7 +22,7 @@ monitor=,preferred,auto,auto ### MY PROGRAMS ### ################### -# See https://wiki.hypr.land/Configuring/Basics/Keywords/ +# See wiki.hypr.land/0.54.0/Configuring/Keywords/ # Set programs that you use $terminal = kitty @@ -46,7 +46,7 @@ $menu = hyprlauncher ### ENVIRONMENT VARIABLES ### ############################# -# See https://wiki.hypr.land/Configuring/Basics/Environment-variables/ +# See wiki.hypr.land/0.54.0/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 @@ -56,7 +56,7 @@ env = HYPRCURSOR_SIZE,24 ### PERMISSIONS ### ################### -# See https://wiki.hypr.land/Configuring/Basics/Permissions/ +# See wiki.hypr.land/0.54.0/Configuring/Permissions/ # Please note permission changes here require a Hyprland restart and are not applied on-the-fly # for security reasons @@ -73,29 +73,29 @@ env = HYPRCURSOR_SIZE,24 ### LOOK AND FEEL ### ##################### -# Refer to https://wiki.hypr.land/Configuring/Basics/Variables/ +# Refer to wiki.hypr.land/0.54.0/Configuring/Variables/ -# https://wiki.hypr.land/Configuring/Basics/Variables/#general +# wiki.hypr.land/0.54.0/Configuring/Variables/#general general { gaps_in = 5 gaps_out = 20 border_size = 2 - # https://wiki.hypr.land/Configuring/Basics/Variables/#variable-types for info about colors + # wiki.hypr.land/0.54.0/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false - # Please see https://wiki.hypr.land/Configuring/Basics/Tearing/ before you turn this on + # Please see wiki.hypr.land/0.54.0/Configuring/Tearing/ before you turn this on allow_tearing = false layout = dwindle } -# https://wiki.hypr.land/Configuring/Basics/Variables/#decoration +# wiki.hypr.land/0.54.0/Configuring/Variables/#decoration decoration { rounding = 10 rounding_power = 2 @@ -111,7 +111,7 @@ decoration { color = rgba(1a1a1aee) } - # https://wiki.hypr.land/Configuring/Basics/Variables/#blur + # wiki.hypr.land/0.54.0/Configuring/Variables/#blur blur { enabled = true size = 3 @@ -121,11 +121,11 @@ decoration { } } -# https://wiki.hypr.land/Configuring/Basics/Variables/#animations +# wiki.hypr.land/0.54.0/Configuring/Variables/#animations animations { enabled = yes, please :) - # Default curves, see https://wiki.hypr.land/Configuring/Basics/Animations/#curves + # Default curves, see wiki.hypr.land/0.54.0/Configuring/Animations/#curves # NAME, X0, Y0, X1, Y1 bezier = easeOutQuint, 0.23, 1, 0.32, 1 bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 @@ -133,7 +133,7 @@ animations { bezier = almostLinear, 0.5, 0.5, 0.75, 1 bezier = quick, 0.15, 0, 0.1, 1 - # Default animations, see https://wiki.hypr.land/Configuring/Basics/Animations/ + # Default animations, see wiki.hypr.land/0.54.0/Configuring/Animations/ # NAME, ONOFF, SPEED, CURVE, [STYLE] animation = global, 1, 10, default animation = border, 1, 5.39, easeOutQuint @@ -154,7 +154,7 @@ animations { animation = zoomFactor, 1, 7, quick } -# Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/ +# Ref wiki.hypr.land/0.54.0/Configuring/Workspace-Rules/ # "Smart gaps" / "No gaps when only" # uncomment all if you wish to use that. # workspace = w[tv1], gapsout:0, gapsin:0 @@ -177,17 +177,18 @@ animations { # rounding = 0 # } -# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more +# See wiki.hypr.land/0.54.0/Configuring/Dwindle-Layout/ for more dwindle { + pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } -# See https://wiki.hypr.land/Configuring/Layout/Master-Layout/ for more +# See wiki.hypr.land/0.54.0/Configuring/Master-Layout/ for more master { new_status = master } -# https://wiki.hypr.land/Configuring/Baisics/Variables/#misc +# wiki.hypr.land/0.54.0/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( @@ -198,7 +199,7 @@ misc { ### INPUT ### ############# -# https://wiki.hypr.land/Configuring/Basics/Variables/#input +# wiki.hypr.land/0.54.0/Configuring/Variables/#input input { kb_layout = us kb_variant = @@ -215,11 +216,11 @@ input { } } -# See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Gestures/ +# See wiki.hypr.land/0.54.0/Configuring/Gestures gesture = 3, horizontal, workspace # Example per-device config -# See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more +# See wiki.hypr.land/0.54.0/Configuring/Keywords/#per-device-input-configs for more device { name = epic-mouse-v1 sensitivity = -0.5 @@ -230,9 +231,10 @@ device { ### KEYBINDINGS ### ################### +# See wiki.hypr.land/0.54.0/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier -# Example binds, see https://wiki.hypr.land/Configuring/Basics/Binds/ for more +# Example binds, see wiki.hypr.land/0.54.0/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit @@ -302,8 +304,8 @@ bindl = , XF86AudioPrev, exec, playerctl previous ### WINDOWS AND WORKSPACES ### ############################## -# See https://wiki.hypr.land/Configuring/Basics/Window-Rules/ for more -# See https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/ for workspace rules +# See wiki.hypr.land/0.54.0/Configuring/Window-Rules/ for more +# See wiki.hypr.land/0.54.0/Configuring/Workspace-Rules/ for workspace rules # Example windowrules that are useful