Commit Graph

56 Commits

Author SHA1 Message Date
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
alaricljs 2b3f6c41f6
Dispatchers: add movewindow (floating) (#339)
Co-authored-by: Leeman <lstrout@enlj.com>
2024-01-31 11:44:36 +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
Vaxry b20ed9d882 add tiled floating to cyclenext 2023-12-24 15:10:29 +01:00
thejch 12e50733ab
update execr dispatcher description (#400) 2023-11-24 12:42:37 +00:00
Vaxry f586710e9e remove workspaceopt 2023-11-18 17:01:52 +00:00
Vaxry 532be2054c remove floating special restriction 2023-11-18 17:01:52 +00:00
Vaxry 7df17bc117 fixup max id docs 2023-11-12 13:28:23 +00:00
MathisP75 f9ab954345
Corrected the comma in the movecursor dispatcher to a space (#390)
Co-authored-by: MathisP75 <202042012@ens.clg.qc.ca>
2023-11-08 19:48:16 +00:00
Vaxry 9a20b225a6 add floating and tiled to window params 2023-11-05 16:24:00 +00:00
vaxerski 2b306b38f7 fix misc issues with group docs 2023-10-10 20:19:54 +01:00
Aqa-Ib 41d64c4adf
Clarify alterzorder (#352)
* Update Dispatchers.md

Clarification of alterzorder

* Update Dispatchers.md

* Update Dispatchers.md
2023-09-24 23:47:11 +01:00
memchr b2edb464af
binds(changegroupactive): support number as arg (#351) 2023-09-23 13:37:09 +01:00
memchr 657f57e433
doc window rule `group` (#349)
* doc window rule `group`

* wr group: document `always` qualifier
2023-09-22 10:18:04 +01:00
alaricljs 18788b4156
Alterzorder (#337)
* alterzorder docs

* deprecation warning bringactivetotop

---------

Co-authored-by: Leeman <lstrout@enlj.com>
2023-09-21 22:18:12 +01:00
memchr cdc71debb7
fix movewindoworgroup doc (#348) 2023-09-16 12:59:07 +01:00
memchr fbf14ab37d
improve documentation of group locks (#346) 2023-09-15 12:07:29 +01:00
memchr 52e5559207
groups: document `movewindoworgroup` and other changes (#309)
documentation for #3006

Dispatchers:
- movewindoworgroup
- setgrouplockchecking

Variables:
- misc:group_focus_removed_window
- binds:check_group_lock
2023-09-10 23:29:16 +01:00
alaricljs 5ef73ce15b
resizeparams for hyprwm/Hyprland#3246 (#336)
Co-authored-by: Leeman <lstrout@enlj.com>
2023-09-10 23:26:17 +01:00
lactose 3cde22b89c
Dispatchers: add exec with rules hyperlink (#331) 2023-09-07 21:16:47 +03:00
MightyPlaza ec19bdcb03
respect reserved area in center/centerwindow (#290)
* reserved area and center/centerwindow
modified:   Dispatchers.md
modified:   Window-Rules.md

* fix syntax
	modified:   pages/Configuring/Window-Rules.md
2023-08-11 16:53:58 +02:00
Jacob Birkett e7faaf0c1b
dispatchers: dpms: add toggle to state list (#280) 2023-07-30 16:47:02 +02:00
vaxerski bf7c00cf68 added movegroupwindow 2023-07-13 17:56:28 +02:00
Pierrick Guillaume b52d60b133
add(dispatchers): missing `submap` in dispatcher list (#257) 2023-06-25 14:43:59 +02:00
memchr 9a3f4803d8
feat: document lockactivegroup dispatcher (#246) 2023-06-09 23:44:33 +02:00
scorpion-26 d29033543d
Documentation for "WS on monitor or empty" (#219)
See Hyprland PR https://github.com/hyprwm/Hyprland/pull/2198
2023-05-08 14:38:11 +01:00
vaxerski c7a2477a4b document silent for special 2023-05-05 15:48:15 +01:00
mekb f3e021b07a
Add moveCursor dispatcher (#196) 2023-04-23 19:50:54 +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
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
vaxerski 5c126a59d0 add toggle group lock 2023-03-02 20:50:54 +00:00
vaxerski dbf11adf13 added moveinto and moveoutof group 2023-02-26 13:57:09 +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
vaxerski a4b12a26fc added execr 2023-02-19 14:01:03 +00: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
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
Raffaele Mancuso ee61862bdf
Paseudo dispatcher where it is due (#95) 2023-01-03 22:05:27 +01:00
Vaxry a4c6986867 added fakefullscreen 2023-01-01 16:55:13 +01:00
Julian Schuler 1f509d6f13
Mention 'exact' option for splitratio (#81) 2022-12-17 22:37:55 +00:00
luigir-it 8ba137ce41
Update Dispatchers.md (#65) 2022-11-30 09:25:33 +00:00
vaxerski ae8100e9e0 multi special ws 2022-11-27 22:51:42 +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 2dcff2538c toggleopaque override 2022-11-23 09:57:24 +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