diff --git a/example/hyprland.conf b/example/hyprland.conf index cd50c3e2a..fd259b9fb 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -14,7 +14,7 @@ ### MONITORS ### ################ -# See https://wiki.hypr.land/Configuring/Monitors/ +# See https://wiki.hypr.land/Configuring/Basics/Monitors/ monitor=,preferred,auto,auto @@ -22,7 +22,7 @@ monitor=,preferred,auto,auto ### MY PROGRAMS ### ################### -# See https://wiki.hypr.land/Configuring/Keywords/ +# See https://wiki.hypr.land/Configuring/Basics/Keywords/ # Set programs that you use $terminal = kitty @@ -46,7 +46,7 @@ $menu = hyprlauncher ### ENVIRONMENT VARIABLES ### ############################# -# See https://wiki.hypr.land/Configuring/Environment-variables/ +# See https://wiki.hypr.land/Configuring/Basics/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/Permissions/ +# See https://wiki.hypr.land/Configuring/Basics/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/Variables/ +# Refer to https://wiki.hypr.land/Configuring/Basics/Variables/ -# https://wiki.hypr.land/Configuring/Variables/#general +# https://wiki.hypr.land/Configuring/Basics/Variables/#general general { gaps_in = 5 gaps_out = 20 border_size = 2 - # https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors + # https://wiki.hypr.land/Configuring/Basics/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/Tearing/ before you turn this on + # Please see https://wiki.hypr.land/Configuring/Basics/Tearing/ before you turn this on allow_tearing = false layout = dwindle } -# https://wiki.hypr.land/Configuring/Variables/#decoration +# https://wiki.hypr.land/Configuring/Basics/Variables/#decoration decoration { rounding = 10 rounding_power = 2 @@ -111,7 +111,7 @@ decoration { color = rgba(1a1a1aee) } - # https://wiki.hypr.land/Configuring/Variables/#blur + # https://wiki.hypr.land/Configuring/Basics/Variables/#blur blur { enabled = true size = 3 @@ -121,11 +121,11 @@ decoration { } } -# https://wiki.hypr.land/Configuring/Variables/#animations +# https://wiki.hypr.land/Configuring/Basics/Variables/#animations animations { enabled = yes, please :) - # Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves + # Default curves, see https://wiki.hypr.land/Configuring/Basics/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/Animations/ + # Default animations, see https://wiki.hypr.land/Configuring/Basics/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/Workspace-Rules/ +# Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/ # "Smart gaps" / "No gaps when only" # uncomment all if you wish to use that. # workspace = w[tv1], gapsout:0, gapsin:0 @@ -182,12 +182,12 @@ dwindle { preserve_split = true # You probably want this } -# See https://wiki.hypr.land/Configuring/Master-Layout/ for more +# See https://wiki.hypr.land/Configuring/Layout/Master-Layout/ for more master { new_status = master } -# https://wiki.hypr.land/Configuring/Variables/#misc +# https://wiki.hypr.land/Configuring/Baisics/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 +198,7 @@ misc { ### INPUT ### ############# -# https://wiki.hypr.land/Configuring/Variables/#input +# https://wiki.hypr.land/Configuring/Basics/Variables/#input input { kb_layout = us kb_variant = @@ -215,11 +215,11 @@ input { } } -# See https://wiki.hypr.land/Configuring/Gestures +# See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Gestures/ gesture = 3, horizontal, workspace # Example per-device config -# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more +# See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more device { name = epic-mouse-v1 sensitivity = -0.5 @@ -233,7 +233,7 @@ device { # See https://wiki.hypr.land/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier -# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more +# Example binds, see https://wiki.hypr.land/Configuring/Basics/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 @@ -303,8 +303,8 @@ bindl = , XF86AudioPrev, exec, playerctl previous ### WINDOWS AND WORKSPACES ### ############################## -# See https://wiki.hypr.land/Configuring/Window-Rules/ for more -# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules +# See https://wiki.hypr.land/Configuring/Basics/Window-Rules/ for more +# See https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/ for workspace rules # Example windowrules that are useful