Commit Graph

529 Commits

Author SHA1 Message Date
Pascal J 4886537bd2
add period... 2023-04-28 13:47:09 +02:00
Pascal J bef870251e
Add tip about hyprctl clients 2023-04-28 13:46:17 +02:00
Pascal J 39c10cf6d8
Add tip about hprctl activewindow 2023-04-28 00:13:34 +02:00
Patrick Shaw e3ebe3a2df
Fix: Typo curzor_zoom_rigid -> cursor_zoom_rigid (#201)
Changed "curzor_zoom_rigid" -> "cursor_zoom_rigid" documentation to match what's written in the actual codebase (E.g. 28ca434fb5/src/render/OpenGL.cpp (L148))
2023-04-26 08:53:38 +01:00
outfoxxed 37b7dbee35
Add docs for `mouse_refocus` (hyprwm/hyprland#2135) (#199) 2023-04-25 16:01:06 +01:00
Rdeisenroth f97d60173d
Fix default empty string value (#198) 2023-04-24 00:31:33 +01:00
Lennard Hofmann 66c5100026
Fix shellcheck warnings and optimize code blocks (#194) 2023-04-23 21:20:55 +01:00
mekb f3e021b07a
Add moveCursor dispatcher (#196) 2023-04-23 19:50:54 +01:00
kaii f104f5948f
Easier nvidia setup (#195)
just makes it a little less annoying to get up and running with hyprland and nvidia.  covers systemd-boot and grub since theyre the most used (i think).
2023-04-22 21:26:23 +01:00
vaxerski dae54dd021 add toc to bars 2023-04-18 00:41:26 +01:00
vaxerski acf237261a add render hook event 2023-04-17 23:51:19 +01:00
vaxerski 0d2dee3a11 fixup header size 2023-04-17 00:13:48 +01:00
vaxerski 01620429b2 remove slurp rec 2023-04-17 00:13:12 +01:00
vaxerski 0013145ae7 add cursor_zoom opts 2023-04-16 14:50:32 +01:00
vaxerski 2681956629 recommend findFunctionsByName API 2023-04-16 00:39:00 +01:00
vaxerski fd7fb8c90e doc new events 2023-04-15 23:45:56 +01:00
Jan Beich 3e5d3e6a91
Installation: update FreeBSD dependencies for manual build (#192)
- jq after https://github.com/hyprwm/hyprland/commit/a54247125f91
- pango after https://github.com/hyprwm/hyprland/commit/71a95a581f86
- hwdata after https://github.com/freebsd/freebsd-ports/commit/146bb4da8d31
- libliftoff after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/9d43e7e4d67d
- libdisplay-info after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/35da9970019b
2023-04-15 20:43:28 +01:00
DB 41edb86ff2
Add entry for fakefullscreen windowrule (#189)
Co-authored-by: xVermillionx <xVermillionx@notvalid>
2023-04-13 23:08:01 +01:00
Florian "sp1rit 43c004df8f
installation: updated openSUSE instructions (#188)
Since hyprland is now in Factory, the installation instructions have
changed to reflect the new installation process.
2023-04-13 15:09:46 +01:00
Mehrad Mahmoudian 359501de89
instructions was added to guide where to find valid options for (#185)
keyboard layout
2023-04-12 20:14:24 +01:00
Kajetan Puchalski afe9337539
Variables: Add entry for swallow_exception_regex (#183) 2023-04-12 13:38:20 +01:00
vaxerski 7c9944c12c small desc of event list 2023-04-12 13:25:44 +01:00
vaxerski ac30ed0c2c add event list 2023-04-12 13:21:33 +01:00
Hilmar Wiegand 570ef3d52f
Add `swapwindow` and `no_focus_fallback` docs (#182)
* Add swapwindow dispatcher

* Add focus fallback

* Implement review feedback
2023-04-11 23:13:04 +01:00
vaxerski 5ea3807c82 xdph moved to community 2023-04-10 23:03:21 +01:00
vaxerski 31242f3da4 minor bind improvements 2023-04-10 23:02:28 +01:00
Beni 344f257aff
IPC: add socat -U flag to example (#181) 2023-04-10 21:16:10 +01:00
vaxerski 0062014667 mention help 2023-04-10 18:28:24 +01:00
FossCake d3c791cbda
Update Must-have.md (#180)
While using opensuse, i found out ( im a bit of a newbie ) that libexec is in a different path, so i thought of adding it in the docs.
2023-04-10 12:28:36 +01:00
MrDisguised 60684709ae
Added some minor stuff again (#178)
* Added wl-clip-pesists to the clipboard manager list

Normally, when we copy something on Wayland and then close the application we copied from, the copied data (e.g. text) disappears and we cannot paste it anymore. It is very frustrating when I copy something from a clipboard and the copied data disappears after I close the application. It effects peoples work flow. So we can use something called as wl-clip-persists (https://github.com/Linus789/wl-clip-persist) which will preserve the data in the clipboard even after the application from where we copied the data is closed.

* Edit #2

minor fixes

* Added an example to the special workspace section

Special workspace section was not explained properly. Users should know how a special workspace works thats why I gave an example so that people can understand it better.
2023-04-09 13:56:09 +01:00
vaxerski dd9f9f8483 global shortcuts 2023-04-09 13:53:11 +01:00
Mihai Fufezan 569aeec905
Nix: add Nixpkgs module instructions 2023-04-09 15:02:54 +03:00
vaxerski d62432ed53 update arch packages 2023-04-06 19:49:50 +01:00
Jan Beich ac58598600
Fix Waybar instructions on FreeBSD (#176)
* Work around GNU vs. BSD sed -i incompatibility

sed: 1: "src/modules/wlr/workspa ...": bad flag in substitute command: 'k'

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254091

* waybar-hyprland also exists on FreeBSD, so drop -git suffix
2023-04-05 23:53:45 +01:00
Russell Greene 51bb3bba1d
Add wl-screenrec as suggestion for screen recording (#174) 2023-04-05 11:23:09 +01:00
Nico Domino 8b08dda0c2
chore(docs): update hidpi config changes (#173) 2023-04-05 00:57:29 +03:00
Vaxry ff33a94aec added manual_crash 2023-04-04 14:54:50 +01:00
Raffaele Mancuso 719c4d6663
spotifywm original fork works again (#170)
Co-authored-by: Mihai Fufezan <fufexan@pm.me>
2023-04-03 01:39:31 +03:00
vaxerski 00e6614684 default ds to false 2023-04-01 19:37:57 +01:00
r454354 b11cf1fdff
Did some minor changes to the wiki (#172)
* Added wikipedia links to regex topic.

So that people who don't know much about regex/programming in general can read the regex topic from wikipedia in details.

* Edited no_direct_scanout description

It is very important because many people are having graphical issues with their game and setting no_direct_scanout to true works. See this discord link (https://discord.com/channels/961691461554950145/961694014615208048/1091353694974517349) from the hyprland discord server. See this video - https://0x0.st/HHLn.mp4

* Added the regex cheatsheet link.

Added the regex cheatsheet link to the swallow_regex description box. Users should need to know what are the different types of regexes and how to use them so that they can swallow whatever window they want.
2023-04-01 19:36:56 +01:00
vaxerski 5e20a32754 plugins name lookup 2023-03-31 18:36:48 +01:00
Vaxry 8446e69a76 warn bout keymaps per device keybinds 2023-03-28 13:57:51 +01:00
vaxerski 74f69362da unbritishify 2023-03-27 11:22:35 +01:00
vaxerski f1c830ab61 minor changes to env page 2023-03-26 19:56:34 +01:00
vaxerski a7026745ec redirect to env in force wayland 2023-03-26 19:52:25 +01:00
vaxerski 9952e36f2d add forcergbx 2023-03-26 02:02:09 +01:00
System-x64 a02ed85399
"animate_manual_resizes" default to false (#168) 2023-03-25 13:25:46 +00:00
vaxerski 7cdbd37028 mention wsbind 2023-03-24 21:14:35 +00:00
vaxerski c805e0da68 warn render ahead of time 2023-03-24 20:53:44 +00:00
vaxerski e429e96d0e feat: add debug:enable_stdout_logs 2023-03-24 19:38:38 +00:00