mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-26 06:25:59 +01:00
fixup! Configuring: Revert some changes to match previous style
This commit is contained in:
parent
62c5ea7792
commit
e9bf1f47e2
4 changed files with 50 additions and 50 deletions
|
@ -158,7 +158,7 @@ with your mouse.
|
||||||
_Available mouse binds_:
|
_Available mouse binds_:
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ------------ | ------------------------- |
|
| -----|------------ |
|
||||||
| movewindow | moves the active window |
|
| movewindow | moves the active window |
|
||||||
| resizewindow | resizes the active window |
|
| resizewindow | resizes the active window |
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ linked further down here for full configuration instructions.
|
||||||
toggleable / numerical options.
|
toggleable / numerical options.
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
## Line style
|
# Line style
|
||||||
|
|
||||||
Every config line is a command followed by a value.
|
Every config line is a command followed by a value.
|
||||||
|
|
||||||
|
@ -38,12 +38,12 @@ COMMAND = VALUE
|
||||||
|
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
## Basic configuring
|
# Basic configuring
|
||||||
|
|
||||||
To configure the "options" of Hyprland, animations, styling, etc. see
|
To configure the "options" of Hyprland, animations, styling, etc. see
|
||||||
[Variables](../Variables).
|
[Variables](../Variables).
|
||||||
|
|
||||||
## Advanced configuring
|
# Advanced configuring
|
||||||
|
|
||||||
Some keywords (binds, curves, execs, monitors, etc.) are not variables but define
|
Some keywords (binds, curves, execs, monitors, etc.) are not variables but define
|
||||||
special behaviour.
|
special behaviour.
|
||||||
|
|
|
@ -8,7 +8,7 @@ layout pages (See the sidebar).
|
||||||
## Parameter explanation
|
## Parameter explanation
|
||||||
|
|
||||||
| Param type | Description |
|
| Param type | Description |
|
||||||
| ------------ | ----------------------------------------------------------------------------------------------------------------------- |
|
| ---------- | ----------- |
|
||||||
| window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address |
|
| window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address |
|
||||||
| workspace | see below. |
|
| workspace | see below. |
|
||||||
| direction | `l` `r` `u` `d` left right up down |
|
| direction | `l` `r` `u` `d` left right up down |
|
||||||
|
@ -20,7 +20,7 @@ layout pages (See the sidebar).
|
||||||
## List of Dispatchers
|
## List of Dispatchers
|
||||||
|
|
||||||
| Dispatcher | Description | Params |
|
| Dispatcher | Description | Params |
|
||||||
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
|
| ---------- | ----------- | ------ |
|
||||||
| exec | executes a shell command | command |
|
| exec | executes a shell command | command |
|
||||||
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
|
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
|
||||||
| killactive | closes (not kills) the active window | none |
|
| killactive | closes (not kills) the active window | none |
|
||||||
|
@ -32,7 +32,7 @@ layout pages (See the sidebar).
|
||||||
| fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)) |
|
| fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)) |
|
||||||
| dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off`, for specific monitor add monitor name after a space |
|
| dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off`, for specific monitor add monitor name after a space |
|
||||||
| pseudo | toggles the focused window's pseudo mode | none |
|
| pseudo | toggles the focused window's pseudo mode | none |
|
||||||
| pin | pins the active window (shown on all workspaces) _note: floating only_ | none |
|
| pin | pins the active window (shown on all workspaces) *note: floating only* | none |
|
||||||
| movefocus | moves the focus in a direction | direction |
|
| movefocus | moves the focus in a direction | direction |
|
||||||
| movewindow | moves the active window in a direction or to a monitor | direction or `mon:` and a monitor |
|
| movewindow | moves the active window in a direction or to a monitor | direction or `mon:` and a monitor |
|
||||||
| resizeactive | resizes the active window | resizeparams |
|
| resizeactive | resizes the active window | resizeparams |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
XWayland is the bridging mechanism between legacy Xorg programs and Wayland
|
XWayland is the bridging mechanism between legacy Xorg programs and Wayland
|
||||||
compositors.
|
compositors.
|
||||||
|
|
||||||
## HiDPI XWayland
|
# HiDPI XWayland
|
||||||
|
|
||||||
Currently XWayland on HiDPI screens looks pixelated/blurry, due to Xorg's
|
Currently XWayland on HiDPI screens looks pixelated/blurry, due to Xorg's
|
||||||
inability to scale.
|
inability to scale.
|
||||||
|
|
Loading…
Reference in a new issue