Commit Graph

595 Commits

Author SHA1 Message Date
Maarten de Vries 4925e331cf
dispatchers: document new `silent` suffix for `movewindow` (#600) 2024-04-17 12:04:20 +01:00
Daragh 69699a07b2
Multi-GPU: Replace ~ with $HOME (#593) 2024-04-17 09:13:37 +03:00
Leon 35741d58f8 windowrulev2: fix typo 2024-04-13 17:57:52 +03:00
fuggy 039eab9bf6 Expand on tearing section for AMD 2024-04-13 16:05:44 +03:00
Jan-Peter Dhallé a56505d295
master: update mfact (#595) 2024-04-13 01:54:31 +01:00
Vaxry c1026d33f5 nuke numbered 2024-04-11 13:40:59 +01:00
TheOnlyMrCat 33f8c854b6
Add dimaround layer rule (#590) 2024-04-11 12:41:21 +01:00
Eilam Rosenfeld 9d479afda8
Update Monitors.md (#586)
Fix italics under 10-bit section
2024-04-09 20:01:19 +03:00
Sungyoon Cho 9ea4e50025
workspace: add group flag in window count selector (#585) 2024-04-09 16:23:13 +01:00
SoSeDiK 212e976a08
Allow gradient in border colors (#583) 2024-04-09 16:15:04 +01:00
Pablo 5f38a18287
Keywords: add space (#584) 2024-04-09 12:45:18 +03:00
dranull 586cecc718
input:off_window_axis_events values (#578)
* input:off_window_axis_events values

* Remove line-breaks
2024-04-08 23:35:26 +01:00
SoSeDiK d9d128694e
Per-window fullscreen opacity (#577) 2024-04-07 23:19:17 +01:00
DiskyToy 549b728393
update switchxkblayout example using name key (#576)
device:my-epic-keyboard-v1 {
    kb_layout=us,pl,de
}

does no longer work, but it does work when using

device {
    name=my-epic-keyboard-v1
    kb_layout=us,pl,de
}
2024-04-07 15:23:42 +01:00
end-4 a569c34633
animations: layersIn, layersOut, fadeLayersIn, fadeLayersOut (#572) 2024-04-04 16:41:36 +01:00
Vaxry 662de3cf4e fix default type for hide_cursor_on_key_press 2024-04-02 12:20:08 +01:00
quinn 863af8874c
Performance: fix grammar (#567) 2024-03-31 20:26:09 +03:00
Mihai Fufezan 16e8795268
Uncommon tips & tricks: change GIF locations 2024-03-31 14:46:11 +03:00
Mihai Fufezan 036195c550
Uncommon tips & tricks: change GIF locations 2024-03-31 14:42:20 +03:00
k26pl 4865c66066 Change env vars to hyprland format
Changes env vars to hyperland format making them copy-pastable into config.
QT_QPA_PLATFORM is originally in quotes, i think it is because of bash and ``;`` and works in hypr, but i am not sure.
2024-03-31 14:26:52 +03:00
Chenty 7b5f391046
Update document mistake with initialClass with added warnings (#563) 2024-03-31 02:25:14 +01:00
Vaxry 6c0e4a1f31 add disable_keybind_grabbing 2024-03-29 18:58:02 +00:00
Marek Vrbka eadd63151c
Show how you can set keyboard layout variants per layout (#559) 2024-03-28 02:08:52 +00:00
Vaxry b5fda3fe8e add hide_cursor_on_key_press 2024-03-28 02:05:11 +00:00
Vaxry 8df207a474 mention slide override 2024-03-28 01:41:40 +00:00
kiecla 2200f59f8d
Multi-GPU: Rewrite documentation to set WLR_DRM_DEVICES (#552)
Initial rewrite of multi GPU setup as raised here.
https://github.com/hyprwm/hyprland-wiki/issues/551
2024-03-25 22:30:53 +02:00
Vaxry 019d29e32b add blurpopups 2024-03-25 16:09:43 +00:00
Khalid 193cf5a4e5
add graphics tablet active area variables (#549) 2024-03-23 20:31:14 +00:00
Andrey Donets 43bbc8b126
add rollinglog (#547) 2024-03-21 15:19:42 +00:00
zakk4223 57161d2480
Add configerrors and error_limit documentation (#546) 2024-03-21 01:55:01 +00:00
Khalid e601437165
Update tablet Variables (#544) 2024-03-20 04:00:56 +00:00
Vaxry bf44fdd750 add workspace selectors 2024-03-19 21:04:15 +00:00
Vaxry 74e0aae342 add note about setcursor on 37 2024-03-18 17:45:11 +00:00
Zach DeCook 13f9f6d46e
Gestures: document touchscreen workspace-swipe configuration (#448) 2024-03-17 22:42:35 +00:00
Mihai Fufezan 22d5e48e9b capitalize links 2024-03-17 18:40:41 +02:00
djvs eb8b70d8fc
setfloating/settiled dispatchers (#539)
* update

* describe setfloating/settiled dispatchers

---------

Co-authored-by: djvs <djvs@users.noreply.github.com>
2024-03-17 15:42:02 +00:00
rdvm 209a2377f2
Master-Layout: fix table (#540) 2024-03-17 12:28:39 +02:00
Mihai Fufezan 333f25859f
fix some links 2024-03-16 13:26:26 +02:00
Mihai Fufezan 127ae00225 wiki: prepare for hextra
treewide: replace hint with callout

treewide: remove ToC header

remove <toc>, since it's autogenerated
add missing _index.md

treewide: add frontmatter

treewide: fix headings

add weights

Configuring,Getting Started: expand in sidebar

Add version selector

fix links
2024-03-14 22:47:27 +02:00
Angelo Thys 27b9014e80
Remove outdated information (#532)
Remove a hint that suggested the name of the device be written as `device:<device-name>`.
2024-03-14 18:37:40 +00:00
Niklas Haas 7ac45d2cbd
Add pinentry window rule example (#531) 2024-03-14 18:27:43 +00:00
djvs 972ef5b69e
variables: add general:resize_corner (#525)
Co-authored-by: djvs <djvs@users.noreply.github.com>
2024-03-13 03:43:31 +00:00
Jayrah DeVore 61f33ba7ee Fix shebangs for NixOS users
There are a couple of places in the documentation where `/bin/bash`
are referenced (this doesn't exist on NixOS).  For compatibility, change
these to `/usr/bin/env bash`.  Leave `/bin/sh` intact as it isn't an
issue.
2024-03-10 18:43:58 +02:00
Vaxry a16c9f1cae add hyprcursor 2024-03-09 16:58:32 +00:00
Epilepsy Gatherings 270017158a
convert min/maxsize to dynamic (#486)
* convert min/maxsize to dynamic

* add props

* no comma
2024-03-08 14:53:16 +00:00
Hayake 563084c931
Update docs about bind of switch (#509) 2024-03-07 18:36:37 +00:00
ItsDrike c9670e691b
Mention the ability to set font-size for notifications (#507)
Documents https://github.com/hyprwm/Hyprland/pull/4981
2024-03-06 21:20:31 +00:00
Grant Ammons 50b96d937f
update docs for input:scroll_factor (#506)
* update docs for input:scroll_factor

* back out this change
2024-03-05 19:18:55 +00:00
jyf 65008a7838
dwindle: fix pseudotile desc (#503)
fix error description for pseudotile
2024-03-04 11:27:02 +00:00
Tobias Zimmermann 88762b35c1
Include new catchall keyword in binds docs (#499) 2024-03-03 03:23:13 +00:00
ItsDrike aa912684a2
Mention notification dimissing (#498)
This documents notification the dismissing feature, implemented in
https://github.com/hyprwm/Hyprland/pull/4790
2024-03-02 18:12:24 +00:00
Bilel MEDIMEGH df16e4cd05
Configuring Hyprland: add --config flag note (#495) 2024-02-29 23:22:40 +02:00
Vaxry 5e41b5e183 document layer animations 2024-02-28 15:02:42 +00:00
Philip Damianik 94272c7103
Update the documentation for mapping touch device and tablet inputs to outputs (#492) 2024-02-28 10:27:45 +00:00
Tobias Zimmermann 618a05aac1
Document behavior of new resolve_binds_by_sym option (#493) 2024-02-27 23:21:25 +00:00
Vaxry 891b2c9501 add defaultName for workspace rules 2024-02-27 22:45:25 +00:00
Vaxry b6c38d1cda config: add opengl:force_introspection 2024-02-23 21:22:48 +00:00
Hiram Muñoz 8cb605c1b1
Update configuration variables in documentation (#488)
* Update configuration variables in documentation

The configuration variables in the Variables.md file were updated. Two new variables, 'col.splash' and 'splash_font_family', were added. Intended for hyprwm/Hyprland#4707

* Undid formatting changes to the table.
2024-02-21 22:42:31 +00:00
Dashie 953c169cf2
feat: Add documentation about css gaps (#473) 2024-02-21 11:08:03 +00:00
Yassine IBRAHIMI 75e0ba1cf8 Update Uncommon-tips-&-tricks.md
Fix the gamemode.sh script
2024-02-20 12:13:51 +02:00
Vaxry c706ca2c7d update device sections 2024-02-18 15:01:43 +00:00
Vaxry d73f40f6e6 Add hypr ecosystem page 2024-02-17 23:55:35 +00:00
Federico Maria Morrone bf439f5d50
Updated moveoutofgroup params (#475) 2024-02-17 22:44:40 +00:00
epicgamer256705 8e2e5ca8db
add fullscreen 2 (#474) 2024-02-17 16:21:16 +00:00
Vaxry fa4e26cd02 oops 2024-02-14 22:26:07 +00:00
Vaxry ecd479f89b rewrite rules 2024-02-14 22:25:02 +00:00
Niklas Haas 76103d6d0f
dwindle: document swapsplit (#471)
See-Also: https://github.com/hyprwm/Hyprland/pull/4702
2024-02-14 17:58:30 +00:00
Ethan Harmon ddeb745c2a
Example Volume Media Key Binds (#470)
* Added example bindings for volume media keys in pages/Configuring/Binds.md in an Examples section at the bottom

* Added e flag to raise and lower per Vax's suggestion
2024-02-13 19:11:37 +00:00
Epilepsy Gatherings 85838d2d20
add `forcenofocus` (#460)
* add forcenofocus

* change name to nofocus
2024-02-13 18:07:44 +00:00
june 852f7ef559
fix invalid defaults in variables (#469)
the `col.inactive_border` and `col.active_border` default values are switched
2024-02-12 10:42:28 +00:00
june f21726c7d6
Update Environment-variables.md (#461)
fixed a typo
2024-02-11 14:53:46 +00:00
Xavier Ruiz 280c52769a
Uncommon tips&tricks: Add info for how to swap caps lock and escape (#457) 2024-02-07 18:25:25 +02:00
Mihai Fufezan 56ee1c51dd
Configuring/Workspace-rules: add monitor:desc: example
Fixes #250
2024-01-31 12:25:11 +02:00
alaricljs 2b3f6c41f6
Dispatchers: add movewindow (floating) (#339)
Co-authored-by: Leeman <lstrout@enlj.com>
2024-01-31 11:44:36 +02:00
Brenton Simpson fa00f8b742
Monitors: add note about how to rotate touchscreen (#402) 2024-01-31 11:23:57 +02:00
Mihai Fufezan 1579530085
Configuring: fix typo in Performance
Fixes #417
2024-01-31 11:13:51 +02:00
Vaxry 4145d664df nuke force_hypr_chan 2024-01-29 23:11:55 +00:00
Vaxry 3acbc177eb note kernel 6.8 bringing atomic async 2024-01-27 14:00:55 +00:00
Zach DeCook 2698aae1e9
Document input:touchdevice:enabled and device:$touchdevice:enabled (#446) 2024-01-24 00:15:04 +00:00
mtwb47 57be38d1e3
Configuring-Hyprland: add Variables link (#445)
* Add Variables Link to hint under default config section

* Remove quotes from link
2024-01-21 20:47:58 +02:00
virchau13 d3bf517879
document `focusworkspaceoncurrentmonitor` dispatcher (#440)
Implemented in https://github.com/hyprwm/Hyprland/pull/4439.
2024-01-15 16:30:51 +01:00
Hadi 8915f82bec
Ranges formatted (#441) 2024-01-15 16:18:36 +01:00
MightyPlaza f380378cf1
add height (#439)
modified:   pages/Configuring/Variables.md
2024-01-15 16:17:45 +01:00
Isaac Myhal 6effb622f2
Add border gradients (#429)
See https://github.com/hyprwm/Hyprland/pull/4335
2024-01-14 18:28:14 +01:00
Hadi bd020f45fd
Ranges formatted in Variables.md (#438)
* Ranges formatted

* Change for brackets and add strings options
2024-01-14 17:56:12 +01:00
Vaxry 107851dcde add input:special_fallthrough 2024-01-09 13:19:18 +01:00
Vaxry cce32b0428 add debug:disable_scale_checks 2024-01-05 00:34:08 +01:00
MightyPlaza ce0b8774ed
add groupbar enabled and priority (#428)
modified:   pages/Configuring/Variables.md
2023-12-30 15:19:08 +01:00
Vaxry bce147807a add decoration:blur:popups_ignorealpha 2023-12-28 22:30:38 +01:00
MightyPlaza d33f35dade
add hyprctl decorations (#427)
modified:   Using-hyprctl.md
2023-12-28 16:38:12 +01:00
Vaxry 250a0e2f8f add nvidia_anti_flicker 2023-12-27 19:18:38 +01:00
Tuur Vanhoutte 8467a9cd18
Added initialTitle and initialClass to windowrules (#425)
https://github.com/hyprwm/Hyprland/pull/4259
2023-12-26 23:47:53 +01:00
Vaxry e37433d241 add blur:popups 2023-12-25 18:05:00 +01:00
Vaxry b20ed9d882 add tiled floating to cyclenext 2023-12-24 15:10:29 +01:00
thejch 6b136fd58f
master layout: add rollnext and rollprev (#422) 2023-12-22 12:37:50 +01:00
Vaxry 02cd8e53d6 add hl env to doc 2023-12-21 22:29:15 +01:00
Vaxry 0a6fcc766d add onworkspace 2023-12-20 23:54:03 +01:00
Mihai Fufezan e2eadffeba
Variables: add scroll_points (#415) 2023-12-10 16:30:13 +00:00
Vaxry 13e19e2ccb add relative_input for tablets 2023-12-09 04:08:32 +00:00
Vaxry 2d0a931ed8 add focus windowrule param 2023-12-08 16:02:50 +00:00