Commit Graph

74 Commits

Author SHA1 Message Date
Vaxry 1ceb82e44f fix invalid header in faq 2024-06-02 18:47:12 +02:00
primalmotion 9da2158e15
faq: added an entry about phantom monitor (#667) 2024-05-31 12:39:48 +02:00
Agent00Ming 00f8bfe3a6
Update NVIDIA cursor:no_hardware_cursors (#642)
* Deprecation of WLR_NO_HARDWARE_CURSORS (NVIDIA)
	modified:   pages/Nvidia/_index.md

* Remove nvidia WLR_NO_HARDWARE_CURSORS reference in FAQ
	modified:   pages/FAQ/_index.md

---------

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-05-09 22:14:08 +01:00
Vaxry 4c02d8b28b
tmp/hypr -> xdg_runtime_dir/hypr (#622) 2024-04-28 22:25:40 +01:00
phonetic112 f1dbaf0a65
treewide: fix grammar/punctuation + rewrites (#605) 2024-04-21 17:35:48 +03:00
JeremyStarTM bcbad15c3b
FAQ: Fix flatpak override command (#591) 2024-04-12 09:00:03 +03:00
nnra6864 26239e23e8
Popups at cursor position (#589)
* Popups at cursor position

Provided a fix for opening popups(such as Unity color picker/material selector) at cursor position and therefore not disappearing when moving the pointer towards them.

* xwayland only edit

Mentioned that this fix is needed for xwayland apps only.
2024-04-10 22:39:36 +01:00
Oliver Säfström f2d991bb94
FAQ: clarify env var (#575) 2024-04-07 19:10:54 +03:00
Dranoel 56a2b2bcea
FAQ: remove mention of gender (#569) 2024-04-02 12:23:49 +03:00
Jean-François Dessureault b930e62205
update deprecated nofullscreenrequest occurrence in FAQ (#545)
Also fixes first line of block no being displayed on the website (float rule).
2024-03-20 15:26:36 +00:00
Mihai Fufezan 22d5e48e9b capitalize links 2024-03-17 18:40:41 +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
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 19a57fbc50 more notes for hyprcursor 2024-03-09 18:34:05 +00:00
Micro b63398d2fe
minor FAQ Edits (#462)
* tweaked formatting and removed double spaces

* added new FAQ

* formatting

* partially revert e2d4765389

* corrected grammar
2024-02-12 15:20:41 +00:00
end-4 5737cda04a
Add warning to middle-click disable method in faq (#451)
* faq: warn power consumption for middle-click paste disable using wl-paste

* faq: middle-click paste disabling warning: explanation

* not recursion, but a loop

* Update _index.md
2024-01-30 11:15:32 +00:00
Epilepsy Gatherings 9c3e598522
add pop-up window fix (#418) 2023-12-12 01:05:16 +02:00
AlephNought c6d0480f9b
Perfomance category suggestion (#405)
* Perfomance category suggestion

* Perfomance category suggestion

* new file:   pages/Configuring/Perfomance.md

* Moving stuff from FAQ to new page

* Add power draw back to FAQ

* More changes

* Revert mistake
2023-11-28 00:25:46 +00:00
Jer c82e1c74b2
FAQ: add wl-copy info for screenshots (#388)
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2023-11-08 13:49:48 +02:00
tobimai f6cc5e1ec6
FAQ: Add section about TLP causing stutter on Intel (#382)
Co-authored-by: Tobias <me@maiertobi.de>
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2023-11-05 20:09:43 +02:00
Vaxry f800f0bfc4 add pixelation note to faq 2023-11-04 20:19:37 +00:00
Kiss Benedek Máté 4291f61727
Remove unnecessary optimization from FAQ (#369)
* Fix nesting in blur optimizations

* Remove the blur optimizations line altogether
2023-10-29 12:28:04 +00:00
Vaxry 5af6aa7028 fixup for new cmake pipeline 2023-10-14 18:52:53 +01:00
powwu acec25cd94
fix "you're" mistake (#356)
* fix "you're" mistake

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>

* Update pages/FAQ/_index.md

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2023-10-01 18:03:06 +03:00
vaxerski 18622886a0 add faq passthru 2023-09-20 17:04:07 +01:00
Dungeonseeker 826c1f909d
Update _index.md (#347)
* Update _index.md

Added super key on laptop instructions

* Update _index.md

Fixed mis-capitalised name
2023-09-15 19:12:06 +01:00
Timo Beckers 19203f0c55
Copy empty string into primary clipboard instead of clearing selection (#316)
I'm using this wl-paste/wl-copy setup to disable middle click, but I've noticed
wl-copy -pc also clears the selected text in GTK UI elements, which prevents
the user from selecting text altogether.

I've found a similar report at https://bugs.kde.org/show_bug.cgi?id=461498.
Not sure where the issue lies exactly, but `wl-copy -p ''` accomplishes the
same (clearing the primary buffer) without also clearing the selected text.
2023-08-28 16:10:14 +02:00
Diego Viola 1882b1b172
Fix Qt typos (#315) 2023-08-27 15:15:36 +02:00
Shubh 52c0226fe8
FAQ: remove fixed issue wlroots#3451 (#304)
Signed-off-by: Shubh <shubhisroking@proton.me>
2023-08-17 18:58:53 +03:00
Lin Xianyi accd8fa14f
Simplify autostarting apps (#283) 2023-08-02 18:28:58 +02:00
Samuel Kogler fd15935db7
Add hyprland instance signature to handle_monitor_connect.sh (#254) 2023-06-22 13:15:52 +02:00
ardishco d5d5ece682
Added screenshot utility stuff at _index.md (#252) 2023-06-19 18:16:13 +02:00
Juan Giordana d8ea343e53
Fix: Improve XDP(s) processes termination. (#241)
Improve `xdg-desktop-portals` processes termination since
`xdg-desktop-portals` is 19 characters long.

From `killall(1)` man page:

> -e, --exact
>
> Require an exact match for very long names. If a command name is longer
> than 15 characters, the full name may be unavailable (i.e. it is swapped
> out). In this case, `killall` will kill everything that matches within
> the first 15 characters. With -e, such entries are skipped. `killall`
> prints a message for each skipped entry if -v is specified in addition
> to -e.
2023-06-04 10:47:08 +02:00
Simon 29e9b55133
update envvars (again) (#230) 2023-05-26 22:36:24 +02:00
Simon ed1325e245
Update envvars (#229) 2023-05-26 20:33:55 +02:00
Lennard Hofmann 66c5100026
Fix shellcheck warnings and optimize code blocks (#194) 2023-04-23 21:20:55 +01:00
Russell Greene 51bb3bba1d
Add wl-screenrec as suggestion for screen recording (#174) 2023-04-05 11:23:09 +01:00
milkknife e994c8ddf8
Update mouse cursor documentation (#150)
* Update mouse cursor documentation

I was having trouble with getting the cursor to work on chromium/electron flatpak applications. I updated this section of the documentation with what worked for me.

* Update _index.md

* Move archwiki link to the bottom of cursor no worky

...so that the cursor can worky. ;33 also update flatpak part.
2023-03-09 14:35:22 +00:00
vaxerski aabe75696c remove all mentions of wrappers 2023-03-05 13:43:30 +00:00
Bvngee Cord 7cabd2ba1d
new middle-click paste solution (#135) 2023-02-23 20:57:36 +00:00
Jonathan Dickinson fcadd9a0eb
Add FAQ about VRR flickering (#134)
VRR can cause flickering on some monitors in desktop scenarios. Add a recommendation to change VRR to `2` if this is happening.
2023-02-23 10:15:05 +00:00
vaxerski 94845f1143 more xdp info 2023-02-16 23:56:52 +00:00
vaxerski bdc56f2393 added vrr, no_vfr -> vfr 2023-02-14 17:16:40 +00:00
William Etheredge 186c646160
Fix paragraph in wrong section of FAQ (#123) 2023-02-11 10:24:50 +00:00
Mihai Fufezan 7d09d1b496
FAQ: update middle-click paste unbind 2023-01-27 12:49:08 +02:00
Mihai Fufezan 1562aa0dce
FAQ: add middle-click paste unbind 2023-01-27 12:32:59 +02:00
Raffaele Mancuso edd4d7808b
Linksto wf-recorder and OBS Studio (#88) 2022-12-29 11:53:41 +01:00
Vaxry a44635ea60 clarify external 2022-12-28 19:49:31 +01:00
taylor85345 21ad477df7
Updated Nvidia entry with multi-gpu fix (#86)
* Updated Nvidia entry with multi-gpu fix
2022-12-28 19:47:59 +01:00