Commit Graph

513 Commits

Author SHA1 Message Date
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
vaxerski 4b9c75bcd4 rat 2023-03-24 19:25:17 +00:00
FoxWDN 291358722d
Add volume limit to keybinds (#166) 2023-03-24 13:04:10 +00:00
jacekpoz 03fabe90bf
add tip about plugin path (#165)
* add tip about plugin path

* change tip to important

---------

Co-authored-by: jacekpoz <jacekpoz@cock.li>
2023-03-24 13:03:41 +00:00
vaxerski 8e5e653713 keycode binds 2023-03-23 13:06:03 +00:00
vaxerski 46ff78998e config: add misc:suppress_portal_warnings 2023-03-22 12:17:52 +00:00
cobrewer16 8de6cba170
Update Uncommon-tips-&-tricks.md (#164) 2023-03-20 16:06:18 +00:00
vaxerski 49595af61e add hyprctl notify 2023-03-20 16:03:55 +00:00
vaxerski 397d73723d mention awesome-hl for plugins 2023-03-20 15:37:09 +00:00
vaxerski a32490a7ea ux improvements on monitor 2023-03-18 16:16:18 +00:00
vaxerski db213bb8af windowrules: allow monitor by str 2023-03-18 01:34:58 +00:00
vaxerski 282421d785 add address to lsr 2023-03-17 23:35:17 +00:00
vaxerski 374005365b doc ls unset 2023-03-17 23:30:01 +00:00
vaxerski fdbf432ece add blur and ignorezero ls rules 2023-03-17 23:16:59 +00:00
vaxerski f1d8ad3457 note no quotes in env 2023-03-17 16:27:59 +00:00
r(0_o)t cd77460d25
updated Waybar section under Status Bars page to reflect address to config file (#158)
* updated Waybar section under Status Bars page to reflect address to config file

* updated the config file path to ~/.config/waybar/config
2023-03-16 12:35:53 +00:00
Mpga a2faa95adb
Update Must-have.md (#159)
The path to execute the kde polkit agent has changed as of version 5.27.3, and now resides in /usr/lib64/libexec/polkit-kde-authentication-agent-1 instead. Because of this, the "must-have" page should have its instructions changed to reflect the update.
2023-03-15 18:32:06 +00:00