3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-13 10:45:02 +00:00
Commit Graph

279 Commits

Author SHA1 Message Date
98a4fa2b0d Added clang format (#1239)
* clang-format stuff and format files
2022-12-16 17:17:31 +00:00
5a138bed6b use auto scale in fallback rule 2022-12-14 18:00:04 +00:00
374571da96 add auto scale 2022-12-14 17:57:45 +00:00
46891b12cf Master layout: lose or inherit fullscreen on deliberate window switching (#1213)
* Master layout: Lose fullscreen status when deliberately switching away from a fullscreen window

* Master layout: implemented inherit_fullscreen config parameter

When set, if you are on a fullscreen window and you cycle to the next,
swap master, etc, it will be automatically fullscreened.
2022-12-12 14:34:52 +00:00
6381b6474f Implement orientation (placement of master area) for master layout (#1202)
* Implemented choosing placement of master area (#1059)

This implement a per workspace 'orientation' that can be set
to left, right, top or bottom. Reflecting placement of the master area.

Left (default) and right are horizontal layouts, top and bottom produce vertical
layouts. Orientation can be switched with: 'hyprctl dispatch layoutmsg orientationleft'
2022-12-10 21:59:16 +00:00
d5352a5d12 find a default workspace smarter 2022-12-09 17:17:02 +00:00
73b3bbe49b added nomaxsize rule 2022-12-07 16:08:44 +00:00
9e4e98acfb fix crash in blurls remove 2022-12-04 22:34:30 +00:00
686d6fc6d1 Fix wrong layout recalculate if statement (#1167)
* fix: wrong layout recalculate if statement

* change from find to contains
2022-12-04 17:32:27 +00:00
6aa26582f6 added hyprctl switchxkblayout 2022-12-03 16:22:02 +00:00
a2a12018d9 minor changes to unsafe state handling 2022-12-02 18:45:45 +00:00
10d34ef818 added blur_xray 2022-12-02 18:37:11 +00:00
7b020ffa84 Added screen shaders 2022-12-01 13:36:07 +00:00
12df799572 recalculate layout only when needed on dynamic keywords 2022-11-28 19:05:50 +00:00
92f2e342a3 use unreachable instead of break on invalid cvd enum value 2022-11-26 20:46:39 +00:00
e2f3f5fe63 Add nofullscreen to windowrules (#1107)
* feat: add windowrule to prevent fullscreen
2022-11-26 20:44:40 +00:00
684c59e5bc optimize data feeding to gradient renderer 2022-11-26 18:09:57 +00:00
0948b078e1 added border gradients 2022-11-26 17:57:02 +00:00
750eb76df3 default blur new optimizations to 1 2022-11-23 15:41:19 +00:00
5327565b33 remove resize transitions 2022-11-22 17:20:58 +00:00
eb86e7967f add scroll_button libinput opt 2022-11-21 23:26:18 +00:00
e887149f25 minor fixes for mirrors & log more monitor events 2022-11-19 13:01:32 +00:00
Jef
dbb6732743 apply some rules dynamically when state of window changes (#1020)
Co-authored-by: Jef Steelant <jef.steelant_ext@softathome.com>
2022-11-15 10:21:26 +00:00
Jef
549fdf63f6 Add bordercolor windowrule (#992)
* Add bordercolor windowrule

* remove spaces form bordercolor rule + typo

Co-authored-by: Jef Steelant <jef.steelant_ext@softathome.com>
2022-11-13 19:33:13 +00:00
3157bebed7 fix warning 2022-11-10 17:07:26 +00:00
153c99217d use spawn in config exec 2022-11-10 13:50:16 +00:00
851df11eb5 Added exec rules 2022-11-10 13:39:23 +00:00
2a20cf5379 Added decoration:shadow_scale 2022-11-07 21:27:28 +00:00
efbc3f8194 resize transition fixes + default transitions to false 2022-11-06 18:10:53 +00:00
57817f7252 Added resize transitions 2022-11-06 17:52:09 +00:00
b4c45aa2e3 fix compiler warning 2022-11-06 14:28:15 +00:00
5295244026 Revert adding toggle for drm scanout flags
This reverts commit 12697d2b72.

Stupid idea.
2022-11-06 14:25:53 +00:00
12697d2b72 added toggle for drm scanout flags 2022-11-06 14:11:37 +00:00
a71f44baa5 fix compiler warning 2022-11-05 13:49:55 +00:00
cfbab453e8 move no_direct_scanout to misc 2022-11-05 13:22:18 +00:00
f50c786640 Added direct scanout 2022-11-05 12:50:47 +00:00
ce8c20c1ed fix raw exec in configmanager 2022-11-04 10:33:05 +00:00
97af7c416e added unset rules 2022-11-03 19:52:43 +00:00
d0e47d9fe0 added workspace_swipe_forever 2022-11-03 13:35:34 +00:00
a16073a87b deprecate general:damage_tracking 2022-11-02 10:12:33 +00:00
a69fd21a1a Add an idleinhibit windowrule 2022-10-31 12:26:07 +00:00
74d05d0adc ensure VRR for current display only in onConnect 2022-10-28 23:48:48 +01:00
7d6ccca695 add 10bit support to displays 2022-10-27 13:26:47 +01:00
28c81fc71e add disabling pointer devices 2022-10-27 12:58:10 +01:00
f9a7b6bf26 default focus_on_activate to false 2022-10-25 18:53:18 +01:00
cdb331076a allow # escaping in config 2022-10-25 14:32:25 +01:00
47eac4be1c disable adaptive sync with no_vfr off 2022-10-22 21:45:17 +01:00
2c714eace5 handle activate requests 2022-10-22 16:43:47 +01:00
ce5f025428 T1C: window dance compat 2022-10-20 22:38:49 +01:00
ca2d2db0ef Add windowrules for noblur and noshadow (#884) 2022-10-20 20:36:27 +01:00