Commit graph

372 commits

Author SHA1 Message Date
vaxerski
c1eb5213ce add new groupbar settings 2023-05-22 21:41:36 +02:00
Person1873
1eb9f1b765
added description of new option allow_small_split (#184)
this is a companion to PR #2025 on hyprwm/Hyprland
2023-05-20 16:33:30 +01:00
vaxerski
4d8b0f7f5b dwindle: move to layout msgs 2023-05-15 01:21:59 +01:00
Dragonium
bfe84e1ed7
Add links to github example config (#220)
* Update Master-Tutorial.md

add reference to hyprland.conf example file in master-tutorial

* Update Configuring-Hyprland.md

Add link to github example config to configuration hyperland page

* Update pages/Configuring/Configuring-Hyprland.md

* Update pages/Configuring/Configuring-Hyprland.md
2023-05-14 13:31:59 +01:00
vaxerski
bfaa402a3c add allow_session_lock_restore 2023-05-13 12:37:28 +01: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
Dashie
32e4269ee9
Add preselect to Dwindle (#218) 2023-05-06 01:43:46 +01:00
vaxerski
8c9e242bef mention custom accel profile 2023-05-05 16:08:19 +01:00
vaxerski
c7a2477a4b document silent for special 2023-05-05 15:48:15 +01:00
vaxerski
3a150ca7d2 document new ws rule stuff 2023-05-05 15:42:26 +01:00
primalmotion
0aac915fcd
fixed: typo referencing old blurls (#216)
Also add an example on how to unset a layer rule
2023-05-05 14:40:51 +01:00
Yavor Kolev
caf81435c1
Add activeworkspace (#213)
Also improves activewindow
2023-05-04 14:44:11 +01:00
levnikmyskin
2cfac6c3af
Added documentation for workspace rules (#208)
* added documentation for workspace rules

* added ref from Monitors.md + fixed reflinks

* fixed workspace-rules table

---------

Co-authored-by: Alessio Molinari <alessiomolinari@gmail.com>
2023-05-01 22:28:16 +01:00
vaxerski
326b8f3de3 add missing tap and drag 2023-04-29 13:20:59 +01:00
vaxerski
c6dc577389 rules: add noinitialfocus 2023-04-28 15:37:23 +01: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
vaxerski
0013145ae7 add cursor_zoom opts 2023-04-16 14:50:32 +01:00
DB
41edb86ff2
Add entry for fakefullscreen windowrule (#189)
Co-authored-by: xVermillionx <xVermillionx@notvalid>
2023-04-13 23:08:01 +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
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
31242f3da4 minor bind improvements 2023-04-10 23:02:28 +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
Nico Domino
8b08dda0c2
chore(docs): update hidpi config changes (#173) 2023-04-05 00:57:29 +03:00
ff33a94aec added manual_crash 2023-04-04 14:54:50 +01: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
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
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
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
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
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
f7490df1be added key_press_enables_dpms 2023-03-12 13:47:19 +00:00
UdaraWanasinghe
86e74f95c3
Updated monitor configuration documentation (#152)
* Added command to show available monitors
2023-03-09 15:32:12 +00:00
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
00174c8c13 added env keyword 2023-03-05 13:37:32 +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
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
vaxerski
5306343a2f allow blurls by address 2023-02-25 17:41:27 +00:00
f621c14d6e added mouse left right 2023-02-23 13:58:10 +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
330e361464 add lockgroups 2023-02-21 12:14:59 +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
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
2b7ad5454f
Nix: reword pages 2023-02-14 15:30:40 +02:00
Saltaformajo
f1fdb59521
add one more example conf (#124) 2023-02-11 14:50:44 +00:00
Philipp Mildenberger
36b0f8d50b
Added documentation for the new layoutmsg params feature (#122) 2023-02-10 19:13:48 +00:00
David BELEY
4548702e99
Add accepted boolean values (#121) 2023-02-10 00:43:20 +00:00
166617decf add misc:mouse_move_focuses_monitor 2023-02-09 15:31:00 +00:00
Mihai Fufezan
37eff641e5
Variables: add tap_button_map 2023-02-05 22:17:05 +02: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
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
1548745f34 clarify fpm 2023-01-26 14:38:54 +00:00
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
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
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
NotAShelf
1f01e4bd3a
clarify wording and fix broken links (#103) 2023-01-17 13:41:55 +01:00
6e6e9a0712 added misc:hide_cursor_on_touch 2023-01-17 11:49:00 +01:00
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
Cyril Levis
d7aaaeeb6e
feat: add renameworkspace dispatcher doc (#99) 2023-01-09 14:11:20 +01:00