From 2784ddbf8a3a59846d207adf4d45a6f2bfb50628 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 24 Sep 2022 17:10:18 +0300 Subject: [PATCH] Rename Advanced and Basic config to Keywords and Variables --- pages/Configuring/{Advanced-config.md => Keywords.md} | 6 +++--- pages/Configuring/{Basic-Config.md => Variables.md} | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) rename pages/Configuring/{Advanced-config.md => Keywords.md} (98%) rename pages/Configuring/{Basic-Config.md => Variables.md} (98%) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Keywords.md similarity index 98% rename from pages/Configuring/Advanced-config.md rename to pages/Configuring/Keywords.md index 8832660..82993be 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Keywords.md @@ -21,7 +21,7 @@ three_param_keyword=A,B, # OK # Table of contents {{< toc format=html >}} -## Workspaces +# Workspaces You have seven choices: @@ -44,7 +44,7 @@ You have seven choices: `movetoworkspace`. Any other dispatcher will result in undocumented behavior. {{< /hint >}} -### Special Workspace +## Special Workspace Special workspace is what is called a "scratchpad" in some other places. A workspace that you can toggle on/off on any monitor. @@ -54,7 +54,7 @@ You cannot have floating windows in the Special workspace. Making a window float will send it to the currently active *real* workspace. {{< /hint >}} -### Workspace options +## Workspace options ``` allfloat -> makes all new windows floating (also floats/unfloats windows on toggle) allpseudo -> makes all new windows pseudo (also pseudos/unpseudos on toggle) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Variables.md similarity index 98% rename from pages/Configuring/Basic-Config.md rename to pages/Configuring/Variables.md index 4f73f8f..5653cc0 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Variables.md @@ -1,9 +1,8 @@ For basic syntax info, see -[Master Configuring](../Configuring-Hyprland). +[Configuring Hyprland](../Configuring-Hyprland). -This page documents all the "options" of Hyprland. For binds, monitors, execs, -curves, etc. see -[Advanced Configuring](../Advanced-config). +This page documents all the "options" of Hyprland. For binds, monitors, animations, +etc. see the sidebar. For anything else, see [Keywords](../Keywords). Please keep in mind some options that are layout-specific will be documented in the layout pages and not here. (See the Sidebar)