Commit Graph

885 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
3ri4nG0ld 9e5f1fd40d
Update Environment-variables.md (#157)
according to ArchWiki is "_JAVA_AWT_WM_NONREPARENTING" not "_JAVA_AWT_WM_NONEREPARENTING"

https://wiki.archlinux.org/title/Wayland#Requirements
2023-03-14 17:10:10 +00:00
milkknife 6862255b49
Add animations/blur/etc toggle script (#155) 2023-03-13 20:49:18 +00:00
milkknife 285c2c02aa
Update switchxkblayout section (#156) 2023-03-13 20:48:26 +00:00
vaxerski 30d164e00d better plugins tuts 2023-03-13 01:44:27 +00:00
vaxerski f7490df1be added key_press_enables_dpms 2023-03-12 13:47:19 +00:00
Mateusz Szostak 638dd11f1f
Missing 'exec' keyword added to the clipman manual. (#153) 2023-03-10 00:53:17 +00:00
UdaraWanasinghe 86e74f95c3
Updated monitor configuration documentation (#152)
* Added command to show available monitors
2023-03-09 15:32:12 +00: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
Vaxry 60086e9a44 added default split ratio dwindle 2023-03-07 14:25:27 +00:00
hillyu 306d4f4643
add mfact setting in wiki (#146)
Co-authored-by: Hill <hillyu@live.com>
2023-03-05 16:29:43 +00:00
Mihai Fufezan 452919132a
Nix & XWL: update env vars 2023-03-05 16:53:44 +02:00
vaxerski aabe75696c remove all mentions of wrappers 2023-03-05 13:43:30 +00:00
vaxerski 627928e349 remove wrapper section 2023-03-05 13:37:32 +00:00
vaxerski 00174c8c13 added env keyword 2023-03-05 13:37:32 +00:00
Matthis Kälble 173e9de30e Fix for eww listeners not updating properly
I've noticed the listeners do not update while their values are only present in the class attribute, so either the scripts would have to be merged to one output or one can use a hidden element like this to keep the variables updated.
For further context see [this issue on eww](https://github.com/elkowar/eww/issues/669)
2023-03-04 17:11:37 +02:00
scorpion-26 23397a424b
Add libliftoff and libdisplay-info (#144)
libdisplay-info (from the AUR) is required for wlroots drm backend, which Hyprland depends on. Failure to install this package results in linking errors at compile time.
libliftoff is not a hard requirement, but seems useful to include.
2023-03-04 12:30:11 +00:00
vaxerski 5c126a59d0 add toggle group lock 2023-03-02 20:50:54 +00:00
vaxerski bdad186963 anim default true 2023-02-28 22:15:47 +00:00
Dashie 9d6049ce68
doc: Add animate_mouse_windowdragging entry (#141) 2023-02-28 20:51:17 +00:00
benni347 640fd7d529
Replaced wofi with rofi (#142) 2023-02-28 20:39:24 +00:00
vaxerski 1b98487cfe fix link 2023-02-27 13:15:51 +00:00
vaxerski 7732137108 fix build 2023-02-27 12:38:23 +00:00
Vaxry 2c51ca3860
plugin system init pages (#136) 2023-02-27 12:32:56 +00:00
Marcus Kellerman 905e3ee8d9
Updated Master-Layout.md with center orientation (#138) 2023-02-26 23:12:21 +00:00
vaxerski dbf11adf13 added moveinto and moveoutof group 2023-02-26 13:57:09 +00:00
MonstrousOgre 9c5bd55926
Note for Discord and Zoom screen sharing on Nvidia (#137) 2023-02-26 11:06:16 +00:00
vaxerski 5306343a2f allow blurls by address 2023-02-25 17:41:27 +00:00
Bvngee Cord 7cabd2ba1d
new middle-click paste solution (#135) 2023-02-23 20:57:36 +00:00
Vaxry f621c14d6e added mouse left right 2023-02-23 13:58:10 +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
Aqa-Ib 1e3e90aec0
Group rework (#132)
---------

Co-authored-by: vaxerski <vaxry@vaxry.net>
Co-authored-by: Vaxry <43317083+vaxerski@users.noreply.github.com>
2023-02-22 15:06:05 +00:00
Latif Sulistyo 1a26d555f6
Add `focusCurrentOrLast` dispatcher (#133) 2023-02-22 08:54:53 +00:00
Vaxry 330e361464 add lockgroups 2023-02-21 12:14:59 +00:00
chinh4thepro c35b3c9f24
Switch from ``wayland-desktop`` to ``guru`` overlay (#131)
People are having problems compiling the wayland-desktop variant
2023-02-19 20:59:58 +00:00
vaxerski a4b12a26fc added execr 2023-02-19 14:01:03 +00:00
Ching Pei Yang 91fb31b0d9
add options related to `resize_on_border` (#130)
related feature PR: https://github.com/hyprwm/Hyprland/pull/1347
2023-02-18 22:35:50 +00:00
vaxerski 94845f1143 more xdp info 2023-02-16 23:56:52 +00:00
Ian C 103b384da8
Edited for improved clarity. (#129)
Changed the ordering so that it aligns with the first part of the sentence.
2023-02-16 12:03:10 +00:00
qupufu 323d81d9ea
update "self-explanatory" descriptions (#128)
I don't see any reason to say "self-explanatory" instead of providing a description.

Co-authored-by: uShldGetCeleste <68669265+uShldGetCeleste@users.noreply.github.com>
2023-02-15 08:56:51 +00:00
vaxerski bdc56f2393 added vrr, no_vfr -> vfr 2023-02-14 17:16:40 +00:00
Mihai Fufezan aa7ea65799
Nix: minor typo 2023-02-14 15:37:52 +02:00
Mihai Fufezan 2b7ad5454f
Nix: reword pages 2023-02-14 15:30:40 +02:00
Vaxry 3ea348c377 ref chrome://flags in master tut 2023-02-13 10:05:01 +00:00
Ozone 17411b31ba
Added a new page under "Useful Utilities", named "USB Automount" (#126) 2023-02-12 19:22:04 +00:00
Saltaformajo f1fdb59521
add one more example conf (#124) 2023-02-11 14:50:44 +00:00
William Etheredge 186c646160
Fix paragraph in wrong section of FAQ (#123) 2023-02-11 10:24:50 +00:00
Philipp Mildenberger 36b0f8d50b
Added documentation for the new layoutmsg params feature (#122) 2023-02-10 19:13:48 +00:00
Ozone 47655a90e5
Added a new page under "Useful Utilites", named "Clipboard Mangers" (#120) 2023-02-10 16:07:46 +00:00
David BELEY 4548702e99
Add accepted boolean values (#121) 2023-02-10 00:43:20 +00:00
Vaxry 166617decf add misc:mouse_move_focuses_monitor 2023-02-09 15:31:00 +00:00
vaxerski 10b58c3f79 fix path in xdph 2023-02-08 10:18:12 +00:00
Saltaformajo d0afdf2f9e
update Other.md (#117)
Change hyprland-per-window-layout to another version: with zero configuration, multi-keyboard support and available  to install from package manager
2023-02-07 20:56:40 +00:00
MathisP75 56afe4540b
Fixed duplicate (#116)
Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
2023-02-07 15:33:02 +00:00
MathisP75 23795cec93
Added a mention that the nvidia-open-dkms driver can cause problems with the suspended state of a laptop. (#115)
* Added fix instructions for hybrid graphics devices

* Added fix for Firefox crash

* nvidia-open-dkms suspend state problem mention

---------

Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
2023-02-07 12:25:30 +00:00
MathisP75 ca90bdc552
Added instructions to fix Firefox (#113)
* Added fix instructions for hybrid graphics devices

* Added fix for Firefox crash

---------

Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
2023-02-06 23:33:43 +00:00
vaxerski c6db4fcab3 added activewindowv2 2023-02-06 13:17:46 +00:00
Mihai Fufezan 37eff641e5
Variables: add tap_button_map 2023-02-05 22:17:05 +02:00
MathisP75 b78b91e0a5
Added fix instructions for hybrid graphics devices (#112)
Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
2023-02-05 19:59:14 +00:00
vaxerski 1ec5ec4e0a add awesome-hyprland notice 2023-02-03 17:52:37 +00:00
vaxerski 3f90705dc3 fix raw .socket input 2023-02-02 11:29:32 +00:00
vaxerski 4f3897cf18 added borderangle 2023-02-01 21:07:41 +00:00
Devadathan M B 49905830a0
fix: Broken link to list of dispatchers (#110) 2023-01-30 15:19:39 +00:00
vaxerski 867cf3d801 add a minimize ipc event 2023-01-29 16:27:24 +00:00
flicko f1104f2012
change preview image for dotfiles (#108)
why did you have to pick my oldest rice for the preview
2023-01-28 17:51:44 +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
Vaxry 1548745f34 clarify fpm 2023-01-26 14:38:54 +00:00
Vaxry fd456f7071 added binds:focus_preferred_method 2023-01-26 14:37:29 +00:00
vaxerski 8729cc6fa3 added layerrules 2023-01-25 15:36:45 +00:00
vaxerski 9f4991eefa added hyprctl animations 2023-01-25 15:17:20 +00:00
M1nxy ba60d4c272
libinput missing from arch dependencies (#107) 2023-01-25 08:53:24 +00:00
vaxerski f8b5ebe49a remove restrictions from setprop for ints 2023-01-24 21:45:40 +00:00
vaxerski 330424e36f add setprop examples 2023-01-24 19:16:22 +00:00
vaxerski 103ea6d634 add setprop and seterror 2023-01-24 19:14:44 +00:00
Eshnek efa3cda8ac
Update Installation.md (#106) 2023-01-22 08:26:42 +01:00
Cyril Levis 0d8547c8d5
feat: add focusurgentorlast dispatcher doc (#105)
* feat: add focusurgentorlastwindow dispatcher doc

* Update Dispatchers.md
2023-01-21 11:19:17 +01:00
Vaxry 99ad2e4b9b add urgent state event 2023-01-20 19:10:34 +01:00
Vaxry 029bb928d1 add stupid paru note 2023-01-20 16:56:45 +01:00
Ching Pei Yang a438395f50
fix typo (#104) 2023-01-17 16:25:45 +01:00
NotAShelf 1f01e4bd3a
clarify wording and fix broken links (#103) 2023-01-17 13:41:55 +01:00
Vaxry 6e6e9a0712 added misc:hide_cursor_on_touch 2023-01-17 11:49:00 +01:00
Vaxry 6d2a688aeb mention dimaround float 2023-01-16 16:07:05 +01:00
Name ad62c1534f
A way to minimzie Steam to tray instead of killing (#101)
Very useful tip indeed, yes
2023-01-14 20:29:38 +01:00
Wouter Koorn b2b81195dc
Fix small typo: kaybind -> keybind (#100)
Fix small typo: kaybind -> keybind
2023-01-11 16:55:15 +01:00
Vaxry 123c45a7f0 add no_systemd var 2023-01-11 16:29:34 +01:00
Vaxry 9b501cb3e8 better envvars in the wrapper 2023-01-09 21:29:22 +01:00
Vaxry 5c9a5b32c0 clarify force wayland 2023-01-09 21:18:22 +01:00
Vaxry bf9e63d805 add force wayland 2023-01-09 20:39:18 +01:00
Vaxry 31e7c74070 add qt wayland pkgs 2023-01-09 20:37:50 +01:00
Vaxry d9b689c1e7 add cursors and themes 2023-01-09 20:36:34 +01:00
Vaxry 4b9aa088e3 . 2023-01-09 20:24:53 +01:00
Vaxry 74a63a8dd2 make master tutorial 2023-01-09 20:18:37 +01:00
Cyril Levis d7aaaeeb6e
feat: add renameworkspace dispatcher doc (#99) 2023-01-09 14:11:20 +01:00
Raffaele Mancuso 0feeb2d3a6
Document new pin dispatcher (#98) 2023-01-08 18:37:33 +01:00
riChar 0d54e5ea44
Update docs about the bind of switch (#97) 2023-01-08 16:35:51 +01:00
Vaxry 47314f9582 added hyprctl binds 2023-01-06 14:33:14 +01:00
Vaxry c93068ec4d add monitor example to keywords 2023-01-05 14:37:13 +01:00
Vaxry cc0bed32bf update master page 2023-01-04 14:51:17 +01:00
Raffaele Mancuso ee61862bdf
Paseudo dispatcher where it is due (#95) 2023-01-03 22:05:27 +01:00
Raffaele Mancuso 013602ad1b
Suggest to install SDDM from git HEAD (#94) 2023-01-02 20:35:13 +01:00
Ching Pei Yang f34635e9ca
fix broken link (#93) 2023-01-02 16:20:48 +01:00
Vaxry a4c6986867 added fakefullscreen 2023-01-01 16:55:13 +01:00
Ching Pei Yang 7eadac6b59
fix broken link (#91) 2023-01-01 14:06:03 +01:00
Vaxry d089501002 dwindle colors -> gradients 2022-12-31 16:24:49 +01:00
m0ppers 6428ca67ae
Update Using-hyprctl.md (#89)
fix broken links
2022-12-29 11:54:27 +01:00
Raffaele Mancuso 4261722ffd
Advertise ncspot (#87) 2022-12-29 11:54:13 +01: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
Mihai Fufezan 8e96c3f320
Nix: fix syntax 2022-12-28 17:31:43 +02:00
Vaxry 2dbf6731c9 added dimaround 2022-12-28 15:41:24 +01:00
Vaxry c7a5870c25 added dimaround 2022-12-28 15:39:49 +01:00
Vaxry 67c42d3ae3 added dim_special 2022-12-28 15:19:10 +01:00
Vaxry 45ce50bb3c added workspace swipe numbered 2022-12-25 15:43:04 +00:00
Vaxry a3ec90d572 clarify submaps 2022-12-25 15:16:09 +00:00
vaxerski b560f6dd4b added maximize wr 2022-12-23 19:34:57 +00:00
vaxerski 45d41471af clarify note 2022-12-23 13:42:00 +00:00
vaxerski e8ad161090 add binding tablets to outputs 2022-12-21 15:12:58 +00:00
Jan Beich 7d6bea998c
Add FreeBSD instructions to Installation page (#84)
* Installation: document FreeBSD packages

* Installation: document FreeBSD dependencies

* Installation: document libc++ may not support C++23
2022-12-20 16:09:42 +00:00
vaxerski 18fa6d91b9 focus on activate is not true by default 2022-12-20 13:38:42 +00:00
vaxerski 96eec007bc add make protocols 2022-12-19 22:50:05 +00:00
Mihai Fufezan 211f9a808d
Nix: improve docs and split page 2022-12-19 23:41:57 +02:00
vaxerski 85d7d17e46 partially bring back disable autoreload 2022-12-19 20:26:13 +00:00
vaxerski 7fbc3a114b remove autoreaload 2022-12-19 19:48:26 +00:00
Yavor Kolev b621116397
Re-add an awesome list (#83) 2022-12-18 12:45:29 +00:00
vaxerski a1d48030b5 remove damage_entire_on_snapshot 2022-12-17 23:05:44 +00:00
Waltz a072871049
add gentoo overlay for xdg-desktop-portal-hyprland (#80)
* add gentoo overlay for xdg-desktop-portal-hyprland
2022-12-17 22:54:38 +00:00
Yavor Kolev 2d8f4c1a19
Get rid of the archived awesome-wayland (#66) 2022-12-17 22:49:59 +00:00
Sam Osterkil c269d482cc
Add example eww widgets for workspaces and active window (#70)
Co-authored-by: Sam Osterkil <sam@osterkil.com>
2022-12-17 22:43:14 +00:00
Flafy 492fd71551
fix layout instead of kb_layout (#82) 2022-12-17 22:41:47 +00:00
Julian Schuler 1f509d6f13
Mention 'exact' option for splitratio (#81) 2022-12-17 22:37:55 +00:00
vaxerski 477868d74e added musthave to browser 2022-12-17 00:57:49 +00:00
vaxerski 2f1b29815f add clang format notes 2022-12-16 17:22:44 +00:00
vaxerski b597ca16a0 add disabling keyboards 2022-12-16 17:21:38 +00:00
NotAShelf 6342a87e6f
add deprecation warning (#79)
* add deprecation warning

* fix retard moment

Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-12-15 12:42:53 +00:00
Mihai Fufezan 67e7eee5ea
FAQ: remove unneeded command 2022-12-15 02:18:40 +02:00
vaxerski c128bb74b6 add auto scale 2022-12-14 17:58:55 +00:00
No Toyz 7c7ef93488
correct polkit command (#78) 2022-12-13 14:28:03 +00:00
Maarten van Gompel 3cabf3ce32
Documented inherit_fullscreen (hyprwm/Hyprland#1213) (#77) 2022-12-12 14:35:16 +00:00
vaxerski 077f942f59 update device names 2022-12-11 22:34:22 +00:00
vaxerski c59c682a55 clarify portals 2022-12-11 19:26:16 +00:00
vaxerski d3745f769b add override to opacity rules 2022-12-11 17:18:10 +00:00
Maarten van Gompel 6f8a711668
master layout: documented orientation (hyprwm/Hyprland#1059) (#76) 2022-12-10 21:59:25 +00:00
vaxerski b97717b39d fix useful utilities link 2022-12-10 20:27:35 +00:00
vaxerski b52ae89659 added must have 2022-12-10 17:11:15 +00:00
vaxerski 9f04c25451 added must have page 2022-12-10 17:06:29 +00:00
vaxerski 31afd184ea add changefloatingmode event 2022-12-09 18:52:47 +00:00
Mihai Fufezan 51ec7b739b
Nix: revise docs 2022-12-09 14:38:13 +02:00
luigir-it cacf4442d3 Fix typo
From the [Nvidia page](https://download.nvidia.com/XFree86/Linux-32bit-ARM/375.26/README/openglenvvariables.html), it's GL, not GLX
2022-12-09 13:48:17 +02:00
Sora Nai 31b39159eb
Missing $ char added (#73) 2022-12-09 11:37:24 +00:00
vaxerski 8c4958f682 better spacing in examples 2022-12-08 12:27:59 +00:00
vaxerski b9765b468f added 2 new pages 2022-12-08 12:24:10 +00:00
vaxerski 248832acc5 added 2 new pages 2022-12-08 12:23:56 +00:00
vaxerski 6bfe917104 remove note 2022-12-07 18:59:37 +00:00
vaxerski 50096bd1cd added nomaxsize 2022-12-07 16:09:50 +00:00
vaxerski 63ea8e793d clarify xdph 2022-12-05 01:07:34 +00:00
vaxerski a40378adbd more info about xdg 2022-12-05 01:02:43 +00:00
vaxerski f122cb10ab more info about xdg 2022-12-05 01:01:55 +00:00
vaxerski 1ae6f5ed62 added xdph info 2022-12-03 22:52:15 +00:00
MahouShoujoMivutilde d207b592c5
`setxkblayout` is actually `switchxkblayout` in `hyprctl` (#69) 2022-12-03 20:24:36 +00:00
vaxerski e374688509 added hyprctl setxkblayout 2022-12-03 15:59:13 +00:00
vaxerski 7fc0044f64 added blur_xray 2022-12-02 18:37:00 +00:00
金雄镕 22f67eb267
add a recomended launcher: fuzzel (#68) 2022-12-01 18:58:39 +00:00
Vaxry 10170cbbf4 added screen shaders 2022-12-01 13:38:00 +00:00
Narcha 23a3600636
Fix Master-Layout.md (#67)
Fixed:
- Invalid markdown syntax on one of the tables
- Default value of `new_is_master` was incorrectly stated as `false`
2022-11-30 10:15:36 +00:00
luigir-it 8ba137ce41
Update Dispatchers.md (#65) 2022-11-30 09:25:33 +00:00
vaxerski eb0b957f75 remove outdated shifting info 2022-11-29 18:55:09 +00:00
vaxerski fd8bd3314e remove warning about new optim
no longer accurate, could only make a difference on huge gaps
2022-11-29 11:22:17 +00:00
vaxerski 268b727191 remove old warn 2022-11-28 13:53:26 +00:00
vaxerski ae8100e9e0 multi special ws 2022-11-27 22:51:42 +00:00
Dashie 79060a1acf
feat: add nofullscreenrequest rule (#64) 2022-11-26 20:44:58 +00:00
vaxerski 13d48d4f1a added border gradients 2022-11-26 17:56:34 +00:00
Markus Vieth 8be3b56f09
Add information about blurring HybridBar (#62) 2022-11-26 13:36:21 +00:00
vaxerski eaadd28ca4 default blur new optimizations to 1 2022-11-23 15:42:07 +00:00
vaxerski 5750aa21d8 rename offset to pos 2022-11-23 14:38:23 +00:00
Julian Schuler 734c5483c4
Mention empty workspace option (#61)
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-11-23 14:12:23 +00:00
Vaxry f13b211a40 mention dpms in monitors 2022-11-23 10:07:51 +00:00
Vaxry 2dcff2538c toggleopaque override 2022-11-23 09:57:24 +00:00
Ching Pei Yang 830fd292d3
clarify window rule description (#59)
Simply saying "`RULE` is a rule" isn't very helpful
2022-11-22 21:25:34 +00:00
vaxerski a9d34fe7cc remove resize transitions 2022-11-22 17:21:21 +00:00
vaxerski 04da80226e scroll_button 2022-11-21 23:27:51 +00:00
vaxerski 9173043d0d clarify workspace and transform rules 2022-11-21 13:47:02 +00:00
RedstoneRadiant d4a9ab5527
fix: change `button.focus` to `button.focused` (#58) 2022-11-20 22:43:55 +00:00
vaxerski 3cceff4c17 mention two-way master focus/swap 2022-11-20 11:55:37 +00:00
Calamity 59c2228823
fix link (#53) 2022-11-15 15:31:53 +00:00
Jef 9d3a3f4fcc
Describe dynamic rules (#52)
Co-authored-by: Jef Steelant <jef.steelant_ext@softathome.com>
2022-11-15 10:22:26 +00:00
Vaxry 9f138f7426 update info on wlroots external mon bug 2022-11-14 12:08:03 +00:00
Jef 7c5f5d5d1f
Bordercolor rule (#51)
* Add bordercolor rule

* update internal link

Co-authored-by: Jef Steelant <jef.steelant_ext@softathome.com>
2022-11-13 19:33:24 +00:00
vaxerski ddfc3d73f6 added cursor move 2022-11-10 17:01:56 +00:00
Philip Jones 785202fe30
Add note on passing arguments to exec. (#50) 2022-11-10 15:36:41 +00:00
Vaxry 4357f11afc added exec rules 2022-11-10 13:41:48 +00:00
vaxerski fc9ab66a45 added monitor cycling 2022-11-10 12:22:49 +00:00
vaxerski 604c358a0c mention ID constraints 2022-11-10 12:17:14 +00:00
Okirshen be4912c326
Changed Wrong File Name (#49)
Changed wrong file names to match the ones in the release.
2022-11-09 20:07:45 +00:00
chinh4thepro 99f25ac1a4
Help prevent errors (#48)
adding ``emaint sync -r wayland-desktop`` will help prevent non-existent directory errors when trying to install hyprland on gentoo.
2022-11-09 16:47:22 +00:00
Fabian Preuß 703305c5be
Add libinput links and reword some settings (#47) 2022-11-09 14:05:50 +00:00
Vaxry 649ad27ef4 added addmaster removemaster 2022-11-08 12:41:24 +00:00
vaxerski 1fcfe34f3b clarify shadow scale 2022-11-07 22:52:21 +00:00
vaxerski 04e041d3b8 added shadow scale 2022-11-07 21:24:09 +00:00
vaxerski 5be9fddfc9 transitions default false 2022-11-06 18:16:34 +00:00
vaxerski 1367c75ad0 added resize transitions 2022-11-06 17:52:34 +00:00
vaxerski 32e1f08264 revert drm flags toggle 2022-11-06 14:23:42 +00:00
vaxerski 9fb2d0423f added toggle for drm scanout flags 2022-11-06 14:12:52 +00:00
vaxerski af289c0bd5 add usage for hyprctl output 2022-11-05 18:09:03 +00:00
vaxerski a6a8a28b5d clarify monitor offsets 2022-11-05 16:47:38 +00:00
vaxerski 660f96845a mention no ds 2022-11-05 16:47:38 +00:00
Ammar Haddadi a4596453fb
Added a needed package for obs (#46)
* addded needed package for obs

* removed the <br> as you said

![image](https://user-images.githubusercontent.com/75220043/200046514-dbfefb00-a17e-4c42-8a30-008eb8614462.png)
2022-11-04 19:48:10 +00:00
vaxerski f95bfc6465 unset rule 2022-11-03 19:54:05 +00:00
Vaxry 1a3baa9115 mention swipe forever 2022-11-03 13:35:27 +00:00
Vaxry 6c1aa2c240
Merge pull request #45 from abbadanor/patch-1
include focusmaster dispatcher
2022-11-02 10:15:25 +00:00
Vaxry 4ae483b351 deprecate damage tracking 2022-11-02 10:12:51 +00:00
abbadanor ce248469f0
include focusmaster dispatcher 2022-11-02 08:51:32 +01:00
jeff d7f71e07b6
Fix: typo
replacing "#worskapces button.active" with "#workspaces button.active"
2022-11-01 06:17:59 -03:00
Vaxry aca6b998d1
Merge pull request #43 from AmmarHaddadi/main
small typo lol
2022-10-31 23:39:57 +00:00
Ammar Haddadi a64adf1e47 fixed typo 2022-10-31 21:56:41 +01:00
vaxerski ba473f41fe add idleinhibit windowrule 2022-10-31 12:28:04 +00:00
vaxerski 039369985f fixup 2022-10-30 22:50:10 +00:00
Ammar Haddadi 112a0260ca +how to use multiple dispatchers 2022-10-30 21:19:15 +01:00
varsity 33150d930b
Replace `hybrid-bar-git` with `hybrid-bar` 2022-10-28 08:56:08 +00:00
Kainoa Kanter 51fd00f87b
Fix windowrule 2022-10-27 13:34:17 -07:00
Vaxry a82b25166e clarify desc rules 2022-10-27 14:49:50 +01:00
Vaxry 6755e7bfa8 mention 10 bit 2022-10-27 13:26:44 +01:00
Vaxry f74e88dfc3 mention disabling pointers 2022-10-27 12:58:28 +01:00
vaxerski d353e00892 mention hyprctl cursorpos 2022-10-26 13:20:18 +01:00
vaxerski b35141b26f mention right/bottom anchor 2022-10-26 12:36:25 +01:00
bazuin-32 f264432af0
Add necessary dependencies for building on Arch
Also updates the text just below the list of dependencies, as requested on the discord server.
2022-10-25 08:18:25 -06:00
Vaxry 4c6901fbac allow escaping # 2022-10-25 14:34:16 +01:00
zeapoz fdeecbbb34 Fix wrong syntax 2022-10-24 14:45:16 +03:00
Mihai Fufezan 842187cdd9
Configuring: add more relevant info
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:33:34 +03:00
Mihai Fufezan d296a0d211
Uncommon tips&tricks: add window dancing
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:33:11 +03:00
Mihai Fufezan 35c5576242
Update FAQ
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:32:09 +03:00
Mihai Fufezan e33199fe54
Getting started: add VM notice
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:31:50 +03:00
Mihai Fufezan 1d6a5fef2b
App clients: add Spotify workarounds
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:31:02 +03:00
Mihai Fufezan c6a16a8886
Status bars: add more waybar info
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:30:36 +03:00
Mihai Fufezan 3dae7b8604
Treewide: fix formatting and addressing
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:30:29 +03:00
Mihai Fufezan d64b8ed124
Configuring: add Environment variables page
Co-authored-by: NotAShelf <itsashelf@gmail.com>
Co-authored-by: Antonino Scordino <a.scordino.07@gmail.com>
Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
2022-10-23 18:29:01 +03:00
Mel Bourgeois e7302804c9
improve formatting 2022-10-22 18:32:05 -05:00
Mel Bourgeois 2b81e61ed7
Add note about togglesplit requirements
preserve_split has to be enabled for togglesplit to do anything, but this isn't clear from the documentation
2022-10-22 18:30:13 -05:00
luigir-it 5825e4ca9d
Update _index.md
The folder submodules doesn't exist anymore
2022-10-22 21:21:34 +02:00
vaxerski eed0e41240 handle activate requests 2022-10-22 16:44:56 +01:00
vaxerski ebc7f9596f mention vms 2022-10-21 19:02:06 +01:00
ThatOneCalculator 2d962dea2e App Clients changes (forgot to commit this) 2022-10-20 21:38:35 -07:00
ThatOneCalculator 0875e6f691 Shimeji instructions 2022-10-20 19:43:44 -07:00
ThatOneCalculator 53ff6ed8b6 Fixes 2022-10-20 19:32:36 -07:00
Kainoa Kanter 4075e5cef1
Add GTKCord4 and Fractal 2022-10-20 17:51:12 -07:00
Kainoa Kanter 90c91217b5
Update Uncommon-tips-&-tricks.md 2022-10-20 17:32:04 -07:00
Kainoa Kanter a733293271
add wd to faq 2022-10-20 17:31:35 -07:00
ThatOneCalculator 317d839258 Move WD to UTT 2022-10-20 17:06:33 -07:00
ThatOneCalculator ce87e7a41a Window dancing page 2022-10-20 16:57:05 -07:00
Kainoa Kanter de204e687c
windowdance 2022-10-20 14:45:43 -07:00
Kainoa Kanter cbb02ecfe3
Update Window-Rules.md 2022-10-20 12:35:58 -07:00
Vaxry 034656784f added swipe create new 2022-10-20 14:56:15 +01:00
Mihai Fufezan 75ae8c5c9f
Binds: clarify submaps 2022-10-18 18:08:17 +03:00
vaxerski aa05102514 fix typo in key name 2022-10-17 13:53:41 +01:00
vaxerski 70acc53e04 revamp switchable layouts 2022-10-17 13:52:22 +01:00
Mel Bourgeois 6010c6d9d0
Correct unit for input:repeat_rate
The documentation states it's in milliseconds, but in practice it's currently interpreted as Hz.
2022-10-16 20:40:03 -05:00
vaxerski 30486e95a5 new color types 2022-10-16 22:25:54 +01:00
vaxerski b847d14417 apply some recommendations from Brodie 2022-10-16 22:03:06 +01:00
K1llf0rce 48e1c5e746
add maxsize 2022-10-15 20:41:37 +02:00
vaxerski e8d1489837 add loose focus behavior 2022-10-15 14:14:57 +01:00
Vaxry 48ac1c3253 mention bringactivetotop 2022-10-14 14:23:04 +01:00
Vaxry d8686de6ee mention touch_output 2022-10-14 12:40:01 +01:00
Vaxry f708ea334d
Merge pull request #26 from histausse/touchdevice_transform
Add doc for `input:touchdevice:transform`
2022-10-14 12:30:06 +01:00
Vaxry 9156885d9d mention touch_transform 2022-10-14 12:29:39 +01:00
vaxerski e241062263 minor fixes 2022-10-12 16:08:16 +01:00
taupiqueur 30d7dd9632
Fix typos (#24) 2022-10-10 17:22:57 +03:00
Simplykyle 203b2cdf7a
Wallpapers: mention swww (#27) 2022-10-10 17:22:32 +03:00
Histausse d0920e4840
Add doc for `input:touchdevice:transform` 2022-10-10 12:50:30 +02:00
vaxerski a18c0e8e81 mention new open close layer events 2022-10-07 22:24:52 +01:00
Mihai Fufezan 9ce7f74e6c
Add input:touchpad:scroll_factor
Complements hyprwm/Hyprland#801
2022-10-06 23:30:50 +03:00
vaxerski 3a3f8c25d0 mention sigterm fix 2022-10-06 19:08:34 +01:00
Vaxry e3fe9078af mention copying wrapped desktop 2022-10-06 16:23:24 +01:00
Vaxry 942000d2d5 added a noanim rule 2022-10-06 09:17:03 +01:00
Vaxry 825e44a72b add minsize 2022-10-06 09:11:13 +01:00
Mihai Fufezan c4abd102e1
Variables: add accel profile and scroll method 2022-10-05 23:54:33 +03:00
vaxerski 19eb8d0d72 mention wlroots patch for nvidia 2022-10-05 16:05:42 +01:00
Vaxry 2e7b424905 mention dpms per mon 2022-10-05 10:32:48 +01:00
Vaxry 2568a83de3 add monitor desc 2022-10-05 10:24:22 +01:00
vaxerski ee05047059 add left handed 2022-10-04 21:47:28 +01:00
vaxerski b1f11e564c update binds for switches: 2022-10-04 20:11:56 +01:00
vaxerski 24c910da8c update for allowed spaces 2022-10-03 14:31:47 +01:00
vaxerski 00bee7dea4 more info to xdp 2022-10-02 13:44:10 +01:00
vaxerski 655df5fb7c add window swallowing info 2022-10-01 19:21:14 +01:00
vaxerski af5c712c67 discourage from using apply sens to raw 2022-10-01 18:33:06 +01:00
Mihai Fufezan 7993ec94dd
Dwindle: update move/resize info 2022-09-24 23:40:42 +03:00
Mihai Fufezan cfe08fdc31
Reword Home page 2022-09-24 22:05:21 +03:00
Mihai Fufezan f518b447aa
Make links relative 2022-09-24 21:21:28 +03:00
Mihai Fufezan 138a039ecc
Move workspaces to Dispatchers, link page in Binds 2022-09-24 21:04:35 +03:00
Mihai Fufezan a23fd88810
Fix links mostly 2022-09-24 17:37:22 +03:00
Mihai Fufezan 2784ddbf8a
Rename Advanced and Basic config to Keywords and Variables 2022-09-24 17:10:18 +03:00
Mihai Fufezan c2143ecbac
Use ini highlighting 2022-09-24 17:03:37 +03:00
Mihai Fufezan 00c8ab988a
Split Advanced config 2022-09-24 16:32:40 +03:00
Vaxry e9697a74c3
Merge pull request #23 from zzzsyyy/patch-1
touchpad: add drag lock
2022-09-23 16:51:40 +01:00
Vaxry 33d48740eb
Merge pull request #22 from DashieTM/main
add instructions for highrr and highres rules
2022-09-23 16:51:09 +01:00
Vaxry f16d05bab3 default pass_mouse_when_bound to 0 2022-09-22 16:34:18 +01:00
Mathias Zhang a5f6bd8995
touchpad: add drag lock 2022-09-22 12:36:08 +08:00
Fabio Lenherr 6c900dc527 remove emtpy line 2022-09-22 00:34:10 +02:00
Fabio Lenherr 5e49fcc855 add instructions for highrr and highres rules 2022-09-22 00:31:45 +02:00
Mihai Fufezan e699fa50b8
Mouse binds: fix table 2022-09-20 12:41:39 +03:00
Vaxry 90584b6ddc fix syntax 2022-09-20 10:20:41 +01:00
Vaxry d91be7be1c add tip to mouse binds 2022-09-19 19:14:25 +01:00
Vaxry b687c4ec08 deprecate main_mod 2022-09-19 19:05:24 +01:00
Vaxry 3614ef99ec mention mouse binds 2022-09-19 19:04:20 +01:00
Vaxry fec4f1d44e
Merge pull request #20 from Dries1234/patch-1
Update FAQ from OR to AND
2022-09-15 16:13:52 +02:00
Dries1234 31af71c7db
Update FAQ from OR to AND
Both of these options seem to be needed. So changing OR to AND seems preferable.
2022-09-15 10:35:37 +02:00
Roger Roger 30496d9d49 Fix spelling 2022-09-15 09:53:32 +02:00
vaxerski cbe8e57b28 mention mirroring 2022-09-13 15:28:47 +02:00
vaxerski a17145f5c3 mention wsbind 2022-09-12 21:08:20 +02:00
vaxerski 0185ee23c8 more of the previous 2022-09-12 15:17:26 +02:00
vaxerski e25c7c65b2 mention GTK/Screensharing issues better 2022-09-12 15:13:18 +02:00
vaxerski 4355385be4 mention xorg stuff 2022-09-10 22:13:33 +02:00
vaxerski 8aa71e6fa5 mention monitor current 2022-09-10 19:59:39 +02:00
vaxerski dcd6874ad6 mention misc disable autoreload 2022-09-10 17:30:19 +02:00
vaxerski 61740946ad mention window pinning 2022-09-10 13:11:28 +02:00
Mihai Fufezan 7545255f78
Nix: add HM install info 2022-09-09 17:53:49 +03:00
Mihai Fufezan 85e8e93eba
Nvidia: remove unnecessary env vars 2022-09-09 17:43:40 +03:00
vaxerski 59eb7dd84f new windowrulev2 fields 2022-09-07 11:25:36 +02:00
vaxerski 6426a02150 clarify movewindow 2022-09-07 11:15:59 +02:00
vaxerski 955bedb0c5 fix spacing 2022-09-06 12:27:35 +02:00
vaxerski 7caaee9ede mention rules v2 2022-09-06 12:01:18 +02:00
vaxerski 2beb9a342a mention submap event 2022-09-05 13:51:44 +02:00
vaxerski 55619cdc39 added hint 2022-09-05 13:35:21 +02:00
vaxerski 628ae58755 remove hypr mention 2022-09-05 13:32:42 +02:00
vaxerski 01e65851fc mention wlr-randr in quick start 2022-09-05 13:30:07 +02:00
vaxerski e6e305aafe added better code faq 2022-09-04 13:13:24 +02:00
vaxerski d02a734bad remove shift section 2022-09-02 22:16:32 +02:00
vaxerski 4238a40e72 added color picker md 2022-09-02 21:50:24 +02:00
vaxerski e2ee553be2 hyprpicker 2022-09-02 18:13:16 +02:00
Mihai Fufezan 8ffac03ad6
Nix: add Overrides section 2022-09-02 15:41:56 +03:00
Mihai Fufezan 30ed78503e
XWayland: fix codeblock in hint 2022-09-02 14:36:28 +03:00
vaxerski 0a17ced9f7 rounding default update 2022-08-31 11:17:26 +02:00
vaxerski f4032f7153 mention nests in a hint 2022-08-31 11:10:49 +02:00
vaxerski e0ea3e95c0 mention new closewindow 2022-08-30 21:36:07 +02:00
vaxerski 7afc48da76 deprecate damage_entire_on_snapshot 2022-08-30 19:44:25 +02:00
vaxerski b5d1b70f9f mention dimming 2022-08-30 12:49:04 +02:00
Mihai Fufezan 5497261f5e
Configuring: add XWayland page 2022-08-29 20:27:32 +03:00
Vaxry 7f55debe71
Merge pull request #15 from bromine1/main
Add instructions to enable Nvidia cards
2022-08-29 18:54:30 +02:00
Mihai Fufezan 041af5f1de
Nix: add XWayland info 2022-08-29 19:32:28 +03:00
vaxerski 5fb12d1089 better bind demos 2022-08-28 17:06:28 +02:00
vaxerski fbcbac800f pass fixes 2022-08-28 16:44:49 +02:00
bromine1 1b5967c04e
Fix errors in formating 2022-08-27 18:16:34 -04:00
bromine1 1d866792b1
Remove unnecessary header I added 2022-08-27 17:58:44 -04:00
Bromine1 dc6743d070 Add instructions for setting up nvidia cards 2022-08-27 17:56:52 -04:00
vaxerski 6be1c76f35 fix wording 2022-08-27 23:24:29 +02:00
vaxerski 2b0e1addf1 minor changes 2022-08-27 19:17:14 +02:00
vaxerski 5e11c94781 mention forceinput rule 2022-08-27 13:03:03 +02:00
Mihai Fufezan a5f28ff373
Nix: fix grammar issue 2022-08-26 20:10:44 +03:00
Mihai Fufezan e82926f129
Nix: add non-NixOS instructions 2022-08-26 20:04:45 +03:00
vaxerski 8f9c6b1b75 mention moveworkspace 2022-08-26 16:06:00 +02:00
vaxerski edc1238081 mention new specialWorkspace leaf 2022-08-26 11:27:38 +02:00
vaxerski af78b68763 clarify 2022-08-25 22:36:14 +02:00
vaxerski 50f1f3c4dc allow specifying window for toggle floating 2022-08-25 22:35:31 +02:00
vaxerski 731bcc8d44 mention swapactiveworkspaces 2022-08-25 21:26:14 +02:00
vaxerski 4b984f3127 add instructions for above 2022-08-25 20:19:11 +02:00
vaxerski 09f44b7220 mention external monitors in laptops issue 2022-08-25 20:15:36 +02:00
NotAShelf 3f691738f6
formatting 2022-08-25 00:15:45 +03:00
NotAShelf ab584d1e76
Merge branch 'hyprwm:main' into main 2022-08-24 23:58:58 +03:00
NotAShelf 5324148334
add clearinstall note 2022-08-24 23:56:44 +03:00
vaxerski 178b8ebb97 mention swapnext 2022-08-24 22:02:41 +02:00
vaxerski e7a118c201 clean up curves a bit 2022-08-24 14:21:48 +02:00
vaxerski 1578a791e5 warn about general:sensitivity 2022-08-24 11:11:33 +02:00
Caden Jamason bf8314f8bd Added a better reason to foreword 2022-08-23 21:41:31 -07:00
Caden Jamason 925e7587cb Added links for lazy people 2022-08-23 21:39:45 -07:00
vaxerski 279ee08628 mention modmask in adv config 2022-08-23 20:03:55 +02:00
vaxerski 3413576cae mention OBS and mods 2022-08-23 15:28:22 +02:00
Alec LeFors 9ffcbbc4f4 update wiki links 2022-08-22 23:19:28 -04:00
vaxerski 82f9406661 mention new float_switch_override_focus 2022-08-22 18:24:20 +02:00
vaxerski 1b88b98075 mention gamescope in the faq 2022-08-22 14:44:14 +02:00
Vaxry 02e08d0e20
Merge pull request #10 from sp1ritCS/suse
Added openSUSE Tumbleweed instructions to Installation
2022-08-22 14:37:42 +02:00
Florian "sp1rit"​ d7cff7d9cc
fixed typos 2022-08-22 14:27:36 +02:00
Florian "sp1rit"​ 6136ce4aa1
Added openSUSE Tumbleweed instructions to Installation 2022-08-22 14:06:25 +02:00
vaxerski 17e80a5369 mention binds without mods 2022-08-22 13:47:30 +02:00
vaxerski a8297a7f20 clean up monitor section 2022-08-22 12:36:19 +02:00
vaxerski a1b2dfad71 fix type 2022-08-22 12:34:39 +02:00
vaxerski a37dabf3e6 mention workspace and transform rules 2022-08-22 12:32:06 +02:00
Vaxry a55b682364
Merge pull request #8 from CharlesEkkel/previous-workspace
docs for prev workspace switch (Hyprland PR #352)
2022-08-22 10:01:17 +02:00
Charles Taylor cd71133ad1 fix bool types & num of workspace command choices 2022-08-22 08:54:11 +10:00
vaxerski 5d326410d5 use nproc in installation page 2022-08-22 00:05:45 +02:00
Darksome 70b47c2a87 Add trailing pipes 2022-08-21 18:23:55 +03:00
Darksome cf4885a892 Mention window{open/close/move} IPC events 2022-08-21 18:22:40 +03:00
vaxerski df1b655716 mention 0.10.3 in uncommon t&t 2022-08-21 16:52:46 +02:00
vaxerski 586a8a8c41 categories for binds 2022-08-21 16:49:28 +02:00
vaxerski 5cbcdcb36d mention removal of shift mod keybinds 2022-08-21 16:45:24 +02:00
Charles Taylor 2b313f71b3 docs for prev workspace switch (Hyprland PR #352) 2022-08-21 22:42:42 +10:00
vaxerski 888080b18c mention wb popups 2022-08-21 11:06:07 +02:00
Aisha Tammy 163f978260
add installation instructions for gentoo
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2022-08-20 20:52:51 +00:00
vaxerski a7817cef34 mention keycode binding in ut&t 2022-08-20 19:09:47 +02:00
vaxerski 7fec10943e mention switchable configs in basic config 2022-08-20 19:05:06 +02:00
vaxerski d3320be513 mention per-device configs in ut&t 2022-08-20 19:03:43 +02:00
vaxerski f34f549d50 change note to tip 2022-08-20 18:51:11 +02:00
vaxerski ae7295f7bf mention hyprctl for per device cfgs 2022-08-20 18:50:45 +02:00
Vaxry 013b19650d mention kb file 2022-08-19 22:41:16 +02:00
Vaxry 3160edf1b0
Merge pull request #6 from Awan/dev
fixing typo
2022-08-19 22:16:00 +02:00
Vaxry 25a2120a12 mention new var 2022-08-19 22:04:31 +02:00
Abdullah Khabir 722e167202
fixing typo 2022-08-20 00:50:34 +05:00
Vaxry 51a12c5eb4 mention mouse_up and _down in advanced config 2022-08-19 17:39:12 +02:00
NotAShelf f26ec53ffc
add warning for hyprland-bin on ARM devices 2022-08-19 03:55:52 +03:00
Vaxry 08e7a3d302
Merge pull request #4 from FlafyDev/fix-ctrl-typo
fix CTLR instead of CTRL
2022-08-18 20:25:14 +02:00
Flafy 0bfc0da852
fix CTLR instead of CTRL 2022-08-18 21:14:52 +03:00
Vaxry 5df8428f5c update activelayout data 2022-08-18 17:51:17 +02:00