Compare commits
35 Commits
2f9cabe4b2
...
be6ed1764f
| Author | SHA1 | Date | |
|---|---|---|---|
| be6ed1764f | |||
| 3de0ce410a | |||
| deae7862e3 | |||
| ccb2a99bfb | |||
| 7641a65a89 | |||
| 6b75a50ed5 | |||
| f18e43c2c6 | |||
|
|
8ab59c1aca | ||
|
|
b3578344dc | ||
|
|
389f417a3b | ||
|
|
d2e0df024d | ||
|
|
bd6a71f05e | ||
|
|
cfb66111de | ||
|
|
94e47bc3b0 | ||
|
|
43424152f3 | ||
|
|
0ff4d94365 | ||
|
|
ade00f88f0 | ||
|
|
7ed12cf921 | ||
|
|
64d8764f58 | ||
|
|
d0a51f4785 | ||
|
|
7552e77781 | ||
|
|
c206693257 | ||
|
|
11dfab478a | ||
|
|
3cfcaa21c0 | ||
|
|
276560840b | ||
|
|
ee789613ff | ||
|
|
8ac331aa64 | ||
|
|
e59b9c10b5 | ||
|
|
9fecdb6c3a | ||
|
|
c51cf7d6cc | ||
|
|
a42939f0c2 | ||
|
|
fbdf7fdb34 | ||
|
|
16dc4fa9cd | ||
|
|
9b97d11c83 | ||
|
|
58790c0e53 |
@@ -106,7 +106,7 @@ cd wlroots
|
|||||||
meson build -Dprefix=/usr
|
meson build -Dprefix=/usr
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
||||||
git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git
|
git clone https://github.com/wlrfx/scenefx.git
|
||||||
cd scenefx
|
cd scenefx
|
||||||
meson build -Dprefix=/usr
|
meson build -Dprefix=/usr
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
@@ -189,10 +189,7 @@ Here's an example of using the modules in a flake:
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
mango = {
|
mango.url = "github:DreamMaoMao/mango";
|
||||||
url = "github:DreamMaoMao/mango";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ self, flake-parts, ... }:
|
inputs@{ self, flake-parts, ... }:
|
||||||
|
|||||||
46
flake.lock
generated
46
flake.lock
generated
@@ -18,6 +18,27 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"flake-utils": {
|
||||||
|
"inputs": {
|
||||||
|
"systems": [
|
||||||
|
"scenefx",
|
||||||
|
"systems"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1731533236,
|
||||||
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "flake-utils",
|
||||||
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "flake-utils",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750386251,
|
"lastModified": 1750386251,
|
||||||
@@ -58,16 +79,18 @@
|
|||||||
},
|
},
|
||||||
"scenefx": {
|
"scenefx": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"flake-utils": "flake-utils",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
],
|
||||||
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750785057,
|
"lastModified": 1762447505,
|
||||||
"narHash": "sha256-tGX6j4W91rcb+glXJo43sjPI9zQvPotonknG1BdihR4=",
|
"narHash": "sha256-VEBQ8KXkSS4c+kdAhmvq06lEd9WNeCXdRK1U+qSilFw=",
|
||||||
"owner": "wlrfx",
|
"owner": "wlrfx",
|
||||||
"repo": "scenefx",
|
"repo": "scenefx",
|
||||||
"rev": "3a6cfb12e4ba97b43326357d14f7b3e40897adfc",
|
"rev": "7f9e7409f6169fa637f1265895c121a8f8b70272",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -75,6 +98,21 @@
|
|||||||
"repo": "scenefx",
|
"repo": "scenefx",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"systems": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1689347949,
|
||||||
|
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default-linux",
|
||||||
|
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default-linux",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|||||||
@@ -25,12 +25,13 @@
|
|||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
config,
|
config,
|
||||||
|
system,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (pkgs) callPackage ;
|
inherit (pkgs) callPackage;
|
||||||
mango = callPackage ./nix {
|
mango = callPackage ./nix {
|
||||||
inherit (inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}) scenefx;
|
scenefx = inputs.scenefx.packages.${system}.default;
|
||||||
};
|
};
|
||||||
shellOverride = old: {
|
shellOverride = old: {
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [];
|
nativeBuildInputs = old.nativeBuildInputs ++ [];
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('mango', ['c', 'cpp'],
|
project('mango', ['c', 'cpp'],
|
||||||
version : '0.10.6',
|
version : '0.10.5',
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('protocols')
|
subdir('protocols')
|
||||||
|
|||||||
@@ -26,25 +26,6 @@ in {
|
|||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
|
|
||||||
config = {
|
|
||||||
mango = {
|
|
||||||
default = [
|
|
||||||
"gtk"
|
|
||||||
];
|
|
||||||
# except those
|
|
||||||
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
|
||||||
"org.freedesktop.impl.portal.ScreenCast" = ["wlr"];
|
|
||||||
"org.freedesktop.impl.portal.ScreenShot" = ["wlr"];
|
|
||||||
|
|
||||||
# wlr does not have this interface
|
|
||||||
"org.freedesktop.impl.portal.Inhibit" = [];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-wlr
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
];
|
|
||||||
|
|
||||||
wlr.enable = lib.mkDefault true;
|
wlr.enable = lib.mkDefault true;
|
||||||
|
|
||||||
configPackages = [cfg.package];
|
configPackages = [cfg.package];
|
||||||
|
|||||||
@@ -245,6 +245,10 @@ void buffer_set_effect(Client *c, BufferData data) {
|
|||||||
data.corner_location = CORNER_LOCATION_NONE;
|
data.corner_location = CORNER_LOCATION_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (blur && !c->noblur) {
|
||||||
|
wlr_scene_blur_set_corner_radius(c->blur, border_radius,
|
||||||
|
data.corner_location);
|
||||||
|
}
|
||||||
wlr_scene_node_for_each_buffer(&c->scene_surface->node,
|
wlr_scene_node_for_each_buffer(&c->scene_surface->node,
|
||||||
scene_buffer_apply_effect, &data);
|
scene_buffer_apply_effect, &data);
|
||||||
}
|
}
|
||||||
@@ -349,6 +353,19 @@ void client_draw_shadow(Client *c) {
|
|||||||
wlr_scene_shadow_set_clipped_region(c->shadow, clipped_region);
|
wlr_scene_shadow_set_clipped_region(c->shadow, clipped_region);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void client_draw_blur(Client *c, struct wlr_box clip_box, struct ivec2 offset) {
|
||||||
|
if (blur && !c->noblur) {
|
||||||
|
if (c->scene_surface->node.enabled && !c->blur->node.enabled)
|
||||||
|
wlr_scene_node_set_enabled(&c->blur->node, true);
|
||||||
|
wlr_scene_node_set_position(&c->blur->node, offset.x, offset.y);
|
||||||
|
wlr_scene_blur_set_size(c->blur, clip_box.width - c->bw,
|
||||||
|
clip_box.height - c->bw);
|
||||||
|
} else {
|
||||||
|
if (c->blur->node.enabled)
|
||||||
|
wlr_scene_node_set_enabled(&c->blur->node, false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void apply_border(Client *c) {
|
void apply_border(Client *c) {
|
||||||
if (!c || c->iskilling || !client_surface(c)->mapped)
|
if (!c || c->iskilling || !client_surface(c)->mapped)
|
||||||
return;
|
return;
|
||||||
@@ -446,7 +463,7 @@ struct ivec2 clip_to_hide(Client *c, struct wlr_box *clip_box) {
|
|||||||
int offsetx = 0, offsety = 0, offsetw = 0, offseth = 0;
|
int offsetx = 0, offsety = 0, offsetw = 0, offseth = 0;
|
||||||
struct ivec2 offset = {0, 0, 0, 0};
|
struct ivec2 offset = {0, 0, 0, 0};
|
||||||
|
|
||||||
if (!ISSCROLLTILED(c) && !c->animation.tagining && !c->animation.tagouted &&
|
if (!ISTILED(c) && !c->animation.tagining && !c->animation.tagouted &&
|
||||||
!c->animation.tagouting)
|
!c->animation.tagouting)
|
||||||
return offset;
|
return offset;
|
||||||
|
|
||||||
@@ -467,7 +484,7 @@ struct ivec2 clip_to_hide(Client *c, struct wlr_box *clip_box) {
|
|||||||
需要主要border超出屏幕的时候不计算如偏差之内而是
|
需要主要border超出屏幕的时候不计算如偏差之内而是
|
||||||
要等窗口表面超出才开始计算偏差
|
要等窗口表面超出才开始计算偏差
|
||||||
*/
|
*/
|
||||||
if (ISSCROLLTILED(c) || c->animation.tagining || c->animation.tagouted ||
|
if (ISTILED(c) || c->animation.tagining || c->animation.tagouted ||
|
||||||
c->animation.tagouting) {
|
c->animation.tagouting) {
|
||||||
if (left_out_offset > 0) {
|
if (left_out_offset > 0) {
|
||||||
offsetx = GEZERO(left_out_offset - bw);
|
offsetx = GEZERO(left_out_offset - bw);
|
||||||
@@ -495,7 +512,7 @@ struct ivec2 clip_to_hide(Client *c, struct wlr_box *clip_box) {
|
|||||||
offset.height = offseth;
|
offset.height = offseth;
|
||||||
|
|
||||||
if ((clip_box->width + bw <= 0 || clip_box->height + bw <= 0) &&
|
if ((clip_box->width + bw <= 0 || clip_box->height + bw <= 0) &&
|
||||||
(ISSCROLLTILED(c) || c->animation.tagouting || c->animation.tagining)) {
|
(ISTILED(c) || c->animation.tagouting || c->animation.tagining)) {
|
||||||
c->is_clip_to_hide = true;
|
c->is_clip_to_hide = true;
|
||||||
wlr_scene_node_set_enabled(&c->scene->node, false);
|
wlr_scene_node_set_enabled(&c->scene->node, false);
|
||||||
} else if (c->is_clip_to_hide && VISIBLEON(c, c->mon)) {
|
} else if (c->is_clip_to_hide && VISIBLEON(c, c->mon)) {
|
||||||
@@ -533,12 +550,14 @@ void client_apply_clip(Client *c, float factor) {
|
|||||||
|
|
||||||
apply_border(c);
|
apply_border(c);
|
||||||
client_draw_shadow(c);
|
client_draw_shadow(c);
|
||||||
|
client_draw_blur(c, clip_box, offset);
|
||||||
|
|
||||||
if (clip_box.width <= 0 || clip_box.height <= 0) {
|
if (clip_box.width <= 0 || clip_box.height <= 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_scene_subsurface_tree_set_clip(&c->scene_surface->node, &clip_box);
|
wlr_scene_subsurface_tree_set_clip(&c->scene_surface->node, &clip_box);
|
||||||
|
|
||||||
buffer_set_effect(c, (BufferData){1.0f, 1.0f, clip_box.width,
|
buffer_set_effect(c, (BufferData){1.0f, 1.0f, clip_box.width,
|
||||||
clip_box.height,
|
clip_box.height,
|
||||||
current_corner_location, true});
|
current_corner_location, true});
|
||||||
@@ -570,6 +589,7 @@ void client_apply_clip(Client *c, float factor) {
|
|||||||
// 应用窗口装饰
|
// 应用窗口装饰
|
||||||
apply_border(c);
|
apply_border(c);
|
||||||
client_draw_shadow(c);
|
client_draw_shadow(c);
|
||||||
|
client_draw_blur(c, clip_box, offset);
|
||||||
|
|
||||||
// 如果窗口剪切区域已经剪切到0,则不渲染窗口表面
|
// 如果窗口剪切区域已经剪切到0,则不渲染窗口表面
|
||||||
if (clip_box.width <= 0 || clip_box.height <= 0) {
|
if (clip_box.width <= 0 || clip_box.height <= 0) {
|
||||||
@@ -991,6 +1011,10 @@ void resize(Client *c, struct wlr_box geo, int interact) {
|
|||||||
apply_border(c);
|
apply_border(c);
|
||||||
client_get_clip(c, &clip);
|
client_get_clip(c, &clip);
|
||||||
wlr_scene_subsurface_tree_set_clip(&c->scene_surface->node, &clip);
|
wlr_scene_subsurface_tree_set_clip(&c->scene_surface->node, &clip);
|
||||||
|
if (blur && !c->noblur)
|
||||||
|
wlr_scene_blur_set_size(c->blur,
|
||||||
|
c->animation.current.width - 2 * c->bw,
|
||||||
|
c->animation.current.height - 2 * c->bw);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 如果不是工作区切换时划出去的窗口,就让动画的结束位置,就是上面的真实位置和大小
|
// 如果不是工作区切换时划出去的窗口,就让动画的结束位置,就是上面的真实位置和大小
|
||||||
|
|||||||
@@ -158,12 +158,6 @@ static bool scene_node_snapshot(struct wlr_scene_node *node, int lx, int ly,
|
|||||||
scene_buffer->corner_radius,
|
scene_buffer->corner_radius,
|
||||||
scene_buffer->corners);
|
scene_buffer->corners);
|
||||||
|
|
||||||
// wlr_scene_buffer_set_backdrop_blur_optimized(
|
|
||||||
// snapshot_buffer, scene_buffer->backdrop_blur_optimized);
|
|
||||||
// wlr_scene_buffer_set_backdrop_blur_ignore_transparent(
|
|
||||||
// snapshot_buffer, scene_buffer->backdrop_blur_ignore_transparent);
|
|
||||||
wlr_scene_buffer_set_backdrop_blur(snapshot_buffer, false);
|
|
||||||
|
|
||||||
snapshot_buffer->node.data = scene_buffer->node.data;
|
snapshot_buffer->node.data = scene_buffer->node.data;
|
||||||
|
|
||||||
struct wlr_scene_surface *scene_surface =
|
struct wlr_scene_surface *scene_surface =
|
||||||
@@ -198,6 +192,8 @@ static bool scene_node_snapshot(struct wlr_scene_node *node, int lx, int ly,
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case WLR_SCENE_NODE_BLUR:
|
||||||
|
break;
|
||||||
case WLR_SCENE_NODE_OPTIMIZED_BLUR:
|
case WLR_SCENE_NODE_OPTIMIZED_BLUR:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -356,6 +356,10 @@ void layer_animation_next_tick(LayerSurface *l) {
|
|||||||
.height = height,
|
.height = height,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (blur && blur_layer && !l->noblur && l->blur)
|
||||||
|
wlr_scene_blur_set_size(l->blur, l->animation.current.width,
|
||||||
|
l->animation.current.height);
|
||||||
|
|
||||||
if (animation_passed >= 1.0) {
|
if (animation_passed >= 1.0) {
|
||||||
l->animation.running = false;
|
l->animation.running = false;
|
||||||
l->need_output_flush = false;
|
l->need_output_flush = false;
|
||||||
|
|||||||
@@ -814,6 +814,8 @@ FuncType parse_func_name(char *func_name, Arg *arg, char *arg_value,
|
|||||||
} else if (strcmp(func_name, "focusdir") == 0) {
|
} else if (strcmp(func_name, "focusdir") == 0) {
|
||||||
func = focusdir;
|
func = focusdir;
|
||||||
(*arg).i = parse_direction(arg_value);
|
(*arg).i = parse_direction(arg_value);
|
||||||
|
} else if (strcmp(func_name, "togglerow") == 0) {
|
||||||
|
func = togglerow;
|
||||||
} else if (strcmp(func_name, "incnmaster") == 0) {
|
} else if (strcmp(func_name, "incnmaster") == 0) {
|
||||||
func = incnmaster;
|
func = incnmaster;
|
||||||
(*arg).i = atoi(arg_value);
|
(*arg).i = atoi(arg_value);
|
||||||
@@ -2274,53 +2276,35 @@ void parse_config_line(Config *config, const char *line) {
|
|||||||
|
|
||||||
void parse_config_file(Config *config, const char *file_path) {
|
void parse_config_file(Config *config, const char *file_path) {
|
||||||
FILE *file;
|
FILE *file;
|
||||||
char full_path[1024];
|
// 检查路径是否以 ~/ 开头
|
||||||
|
if (file_path[0] == '~' && (file_path[1] == '/' || file_path[1] == '\0')) {
|
||||||
if (file_path[0] == '.' && file_path[1] == '/') {
|
|
||||||
// Relative path
|
|
||||||
|
|
||||||
const char *mangoconfig = getenv("MANGOCONFIG");
|
|
||||||
if (mangoconfig && mangoconfig[0] != '\0') {
|
|
||||||
snprintf(full_path, sizeof(full_path), "%s/%s", mangoconfig,
|
|
||||||
file_path + 1);
|
|
||||||
} else {
|
|
||||||
const char *home = getenv("HOME");
|
|
||||||
if (!home) {
|
|
||||||
fprintf(stderr, "Error: HOME environment variable not set.\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
snprintf(full_path, sizeof(full_path), "%s/.config/mango/%s", home,
|
|
||||||
file_path + 1);
|
|
||||||
}
|
|
||||||
file = fopen(full_path, "r");
|
|
||||||
|
|
||||||
} else if (file_path[0] == '~' &&
|
|
||||||
(file_path[1] == '/' || file_path[1] == '\0')) {
|
|
||||||
// Home directory
|
|
||||||
|
|
||||||
const char *home = getenv("HOME");
|
const char *home = getenv("HOME");
|
||||||
if (!home) {
|
if (!home) {
|
||||||
fprintf(stderr, "Error: HOME environment variable not set.\n");
|
fprintf(stderr, "Error: HOME environment variable not set.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 构建完整路径(家目录 + / + 原路径去掉 ~)
|
||||||
|
char full_path[1024];
|
||||||
snprintf(full_path, sizeof(full_path), "%s%s", home, file_path + 1);
|
snprintf(full_path, sizeof(full_path), "%s%s", home, file_path + 1);
|
||||||
|
|
||||||
file = fopen(full_path, "r");
|
file = fopen(full_path, "r");
|
||||||
|
if (!file) {
|
||||||
|
perror("Error opening file");
|
||||||
|
return;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// Absolute path
|
|
||||||
file = fopen(file_path, "r");
|
file = fopen(file_path, "r");
|
||||||
}
|
if (!file) {
|
||||||
|
perror("Error opening file");
|
||||||
if (!file) {
|
return;
|
||||||
perror("Error opening file");
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
char line[512];
|
char line[512];
|
||||||
while (fgets(line, sizeof(line), file)) {
|
while (fgets(line, sizeof(line), file)) {
|
||||||
if (line[0] == '#' || line[0] == '\n') {
|
if (line[0] == '#' || line[0] == '\n')
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
parse_config_line(config, line);
|
parse_config_line(config, line);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3128,12 +3112,6 @@ void reapply_monitor_rules(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void reapply_cursor_style(void) {
|
|
||||||
if (cursor_mgr)
|
|
||||||
wlr_xcursor_manager_destroy(cursor_mgr);
|
|
||||||
cursor_mgr = wlr_xcursor_manager_create(config.cursor_theme, cursor_size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void reapply_border(void) {
|
void reapply_border(void) {
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
|
|
||||||
@@ -3235,7 +3213,6 @@ void reset_option(void) {
|
|||||||
set_env();
|
set_env();
|
||||||
run_exec();
|
run_exec();
|
||||||
|
|
||||||
reapply_cursor_style();
|
|
||||||
reapply_border();
|
reapply_border();
|
||||||
reapply_keyboard();
|
reapply_keyboard();
|
||||||
reapply_pointer();
|
reapply_pointer();
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ int minimized(const Arg *arg);
|
|||||||
int restore_minimized(const Arg *arg);
|
int restore_minimized(const Arg *arg);
|
||||||
int toggle_scratchpad(const Arg *arg);
|
int toggle_scratchpad(const Arg *arg);
|
||||||
int focusdir(const Arg *arg);
|
int focusdir(const Arg *arg);
|
||||||
|
int togglerow(const Arg *arg);
|
||||||
int toggleoverview(const Arg *arg);
|
int toggleoverview(const Arg *arg);
|
||||||
int set_proportion(const Arg *arg);
|
int set_proportion(const Arg *arg);
|
||||||
int switch_proportion_preset(const Arg *arg);
|
int switch_proportion_preset(const Arg *arg);
|
||||||
|
|||||||
@@ -80,12 +80,8 @@ int defaultgaps(const Arg *arg) {
|
|||||||
|
|
||||||
int exchange_client(const Arg *arg) {
|
int exchange_client(const Arg *arg) {
|
||||||
Client *c = selmon->sel;
|
Client *c = selmon->sel;
|
||||||
if (!c || c->isfloating)
|
if (!c || c->isfloating || c->isfullscreen || c->ismaximizescreen)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if ((c->isfullscreen || c->ismaximizescreen) && !is_scroller_layout(c->mon))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
exchange_two_client(c, direction_select(arg));
|
exchange_two_client(c, direction_select(arg));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -125,6 +121,29 @@ int focusdir(const Arg *arg) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int togglerow(const Arg *arg) {
|
||||||
|
// Toggle between top and bottom row in dual-scroller layout
|
||||||
|
if (!selmon || !selmon->sel || !is_row_layout(selmon))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
Client *c = selmon->sel;
|
||||||
|
|
||||||
|
// Only toggle for tiled windows
|
||||||
|
if (c->isfloating || !ISSCROLLTILED(c) || !VISIBLEON(c, selmon))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
// Toggle the row (0 <-> 1)
|
||||||
|
if (c->dual_scroller_row == 0) {
|
||||||
|
c->dual_scroller_row = 1;
|
||||||
|
} else {
|
||||||
|
c->dual_scroller_row = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Trigger a relayout
|
||||||
|
arrange(selmon, false);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int focuslast(const Arg *arg) {
|
int focuslast(const Arg *arg) {
|
||||||
|
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
@@ -501,7 +520,7 @@ int setlayout(const Arg *arg) {
|
|||||||
for (jk = 0; jk < LENGTH(layouts); jk++) {
|
for (jk = 0; jk < LENGTH(layouts); jk++) {
|
||||||
if (strcmp(layouts[jk].name, arg->v) == 0) {
|
if (strcmp(layouts[jk].name, arg->v) == 0) {
|
||||||
selmon->pertag->ltidxs[selmon->pertag->curtag] = &layouts[jk];
|
selmon->pertag->ltidxs[selmon->pertag->curtag] = &layouts[jk];
|
||||||
clear_fullscreen_and_maximized_state(selmon);
|
|
||||||
arrange(selmon, false);
|
arrange(selmon, false);
|
||||||
printstatus();
|
printstatus();
|
||||||
return 0;
|
return 0;
|
||||||
@@ -905,7 +924,7 @@ int switch_layout(const Arg *arg) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
clear_fullscreen_and_maximized_state(selmon);
|
|
||||||
arrange(selmon, false);
|
arrange(selmon, false);
|
||||||
printstatus();
|
printstatus();
|
||||||
return 0;
|
return 0;
|
||||||
@@ -916,7 +935,6 @@ int switch_layout(const Arg *arg) {
|
|||||||
selmon->pertag->ltidxs[selmon->pertag->curtag]->name) == 0) {
|
selmon->pertag->ltidxs[selmon->pertag->curtag]->name) == 0) {
|
||||||
selmon->pertag->ltidxs[selmon->pertag->curtag] =
|
selmon->pertag->ltidxs[selmon->pertag->curtag] =
|
||||||
jk == LENGTH(layouts) - 1 ? &layouts[0] : &layouts[jk + 1];
|
jk == LENGTH(layouts) - 1 ? &layouts[0] : &layouts[jk + 1];
|
||||||
clear_fullscreen_and_maximized_state(selmon);
|
|
||||||
arrange(selmon, false);
|
arrange(selmon, false);
|
||||||
printstatus();
|
printstatus();
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
@@ -258,7 +258,6 @@ void dwl_ipc_output_set_layout(struct wl_client *client,
|
|||||||
index = 0;
|
index = 0;
|
||||||
|
|
||||||
monitor->pertag->ltidxs[monitor->pertag->curtag] = &layouts[index];
|
monitor->pertag->ltidxs[monitor->pertag->curtag] = &layouts[index];
|
||||||
clear_fullscreen_and_maximized_state(monitor);
|
|
||||||
arrange(monitor, false);
|
arrange(monitor, false);
|
||||||
printstatus();
|
printstatus();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -146,6 +146,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
Client **tempClients = NULL; // 初始化为 NULL
|
Client **tempClients = NULL; // 初始化为 NULL
|
||||||
int last = -1;
|
int last = -1;
|
||||||
|
bool constrain_to_row = tc->mon && is_row_layout(tc->mon);
|
||||||
|
|
||||||
// 第一次遍历,计算客户端数量
|
// 第一次遍历,计算客户端数量
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
@@ -249,7 +250,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case LEFT:
|
case LEFT:
|
||||||
if (!ignore_align) {
|
if (!ignore_align || constrain_to_row) {
|
||||||
for (int _i = 0; _i <= last; _i++) {
|
for (int _i = 0; _i <= last; _i++) {
|
||||||
if (tempClients[_i]->geom.x < sel_x &&
|
if (tempClients[_i]->geom.x < sel_x &&
|
||||||
tempClients[_i]->geom.y == sel_y &&
|
tempClients[_i]->geom.y == sel_y &&
|
||||||
@@ -265,7 +266,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!tempFocusClients) {
|
if (!tempFocusClients && !constrain_to_row) {
|
||||||
for (int _i = 0; _i <= last; _i++) {
|
for (int _i = 0; _i <= last; _i++) {
|
||||||
if (tempClients[_i]->geom.x < sel_x) {
|
if (tempClients[_i]->geom.x < sel_x) {
|
||||||
int dis_x = tempClients[_i]->geom.x - sel_x;
|
int dis_x = tempClients[_i]->geom.x - sel_x;
|
||||||
@@ -281,7 +282,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RIGHT:
|
case RIGHT:
|
||||||
if (!ignore_align) {
|
if (!ignore_align || constrain_to_row) {
|
||||||
for (int _i = 0; _i <= last; _i++) {
|
for (int _i = 0; _i <= last; _i++) {
|
||||||
if (tempClients[_i]->geom.x > sel_x &&
|
if (tempClients[_i]->geom.x > sel_x &&
|
||||||
tempClients[_i]->geom.y == sel_y &&
|
tempClients[_i]->geom.y == sel_y &&
|
||||||
@@ -297,7 +298,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!tempFocusClients) {
|
if (!tempFocusClients && !constrain_to_row) {
|
||||||
for (int _i = 0; _i <= last; _i++) {
|
for (int _i = 0; _i <= last; _i++) {
|
||||||
if (tempClients[_i]->geom.x > sel_x) {
|
if (tempClients[_i]->geom.x > sel_x) {
|
||||||
int dis_x = tempClients[_i]->geom.x - sel_x;
|
int dis_x = tempClients[_i]->geom.x - sel_x;
|
||||||
@@ -326,12 +327,11 @@ Client *direction_select(const Arg *arg) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (tc && (tc->isfullscreen || tc->ismaximizescreen) &&
|
if (tc && (tc->isfullscreen || tc->ismaximizescreen) &&
|
||||||
(!is_scroller_layout(selmon) || tc->isfloating)) {
|
!is_scroller_layout(selmon)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return find_client_by_direction(
|
return find_client_by_direction(tc, arg, true, is_scroller_layout(selmon));
|
||||||
tc, arg, true, is_scroller_layout(selmon) && !selmon->isoverview);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We probably should change the name of this, it sounds like
|
/* We probably should change the name of this, it sounds like
|
||||||
|
|||||||
@@ -115,10 +115,6 @@ void xytonode(double x, double y, struct wlr_surface **psurface, Client **pc,
|
|||||||
surface = wlr_scene_surface_try_from_buffer(
|
surface = wlr_scene_surface_try_from_buffer(
|
||||||
wlr_scene_buffer_from_node(node))
|
wlr_scene_buffer_from_node(node))
|
||||||
->surface;
|
->surface;
|
||||||
else if (node->type == WLR_SCENE_NODE_RECT) {
|
|
||||||
surface = NULL;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* start from the topmost layer,
|
/* start from the topmost layer,
|
||||||
find a sureface that can be focused by pointer,
|
find a sureface that can be focused by pointer,
|
||||||
|
|||||||
@@ -23,6 +23,19 @@ bool is_scroller_layout(Monitor *m) {
|
|||||||
if (m->pertag->ltidxs[m->pertag->curtag]->id == VERTICAL_SCROLLER)
|
if (m->pertag->ltidxs[m->pertag->curtag]->id == VERTICAL_SCROLLER)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if (m->pertag->ltidxs[m->pertag->curtag]->id == DUAL_SCROLLER)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool is_row_layout(Monitor *m) {
|
||||||
|
// Layout has independent horizontal rows where navigation should be constrained
|
||||||
|
// LEFT/RIGHT: stay within same row (same Y)
|
||||||
|
// UP/DOWN: move between rows
|
||||||
|
if (m->pertag->ltidxs[m->pertag->curtag]->id == DUAL_SCROLLER)
|
||||||
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -498,6 +498,8 @@ void resize_tile_client(Client *grabc, bool isdrag, int offsetx, int offsety,
|
|||||||
resize_tile_scroller(grabc, isdrag, offsetx, offsety, time, false);
|
resize_tile_scroller(grabc, isdrag, offsetx, offsety, time, false);
|
||||||
} else if (current_layout->id == VERTICAL_SCROLLER) {
|
} else if (current_layout->id == VERTICAL_SCROLLER) {
|
||||||
resize_tile_scroller(grabc, isdrag, offsetx, offsety, time, true);
|
resize_tile_scroller(grabc, isdrag, offsetx, offsety, time, true);
|
||||||
|
} else if (current_layout->id == DUAL_SCROLLER) {
|
||||||
|
resize_tile_scroller(grabc, isdrag, offsetx, offsety, time, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -301,7 +301,8 @@ void scroller(Monitor *m) {
|
|||||||
for (i = 0; i < n; i++) {
|
for (i = 0; i < n; i++) {
|
||||||
c = tempClients[i];
|
c = tempClients[i];
|
||||||
if (root_client == c) {
|
if (root_client == c) {
|
||||||
if (c->geom.x >= m->w.x + scroller_structs &&
|
if (!c->is_pending_open_animation &&
|
||||||
|
c->geom.x >= m->w.x + scroller_structs &&
|
||||||
c->geom.x + c->geom.width <=
|
c->geom.x + c->geom.width <=
|
||||||
m->w.x + m->w.width - scroller_structs) {
|
m->w.x + m->w.width - scroller_structs) {
|
||||||
need_scroller = false;
|
need_scroller = false;
|
||||||
@@ -377,6 +378,212 @@ void scroller(Monitor *m) {
|
|||||||
free(tempClients); // 最后释放内存
|
free(tempClients); // 最后释放内存
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dual-row scroller layout with independent scrolling
|
||||||
|
// Top row: 30% of screen height, Bottom row: 70% of screen height
|
||||||
|
void dual_scroller(Monitor *m) {
|
||||||
|
unsigned int i, n_top = 0, n_bottom = 0, n_total = 0;
|
||||||
|
|
||||||
|
Client *c = NULL;
|
||||||
|
Client **top_row_clients = NULL;
|
||||||
|
Client **bottom_row_clients = NULL;
|
||||||
|
struct wlr_box target_geom;
|
||||||
|
|
||||||
|
unsigned int cur_gappih = enablegaps ? m->gappih : 0;
|
||||||
|
unsigned int cur_gappoh = enablegaps ? m->gappoh : 0;
|
||||||
|
unsigned int cur_gappov = enablegaps ? m->gappov : 0;
|
||||||
|
unsigned int cur_gappiv = enablegaps ? m->gappiv : 0;
|
||||||
|
|
||||||
|
cur_gappih =
|
||||||
|
smartgaps && m->visible_scroll_tiling_clients == 1 ? 0 : cur_gappih;
|
||||||
|
cur_gappoh =
|
||||||
|
smartgaps && m->visible_scroll_tiling_clients == 1 ? 0 : cur_gappoh;
|
||||||
|
cur_gappov =
|
||||||
|
smartgaps && m->visible_scroll_tiling_clients == 1 ? 0 : cur_gappov;
|
||||||
|
cur_gappiv =
|
||||||
|
smartgaps && m->visible_scroll_tiling_clients == 1 ? 0 : cur_gappiv;
|
||||||
|
|
||||||
|
unsigned int max_client_width =
|
||||||
|
m->w.width - 2 * scroller_structs - cur_gappih;
|
||||||
|
|
||||||
|
n_total = m->visible_scroll_tiling_clients;
|
||||||
|
|
||||||
|
if (n_total == 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// First pass: count clients per row and assign unassigned clients
|
||||||
|
wl_list_for_each(c, &clients, link) {
|
||||||
|
if (VISIBLEON(c, m) && ISSCROLLTILED(c)) {
|
||||||
|
// Assign to bottom row by default if not assigned
|
||||||
|
if (c->dual_scroller_row == -1) {
|
||||||
|
c->dual_scroller_row = 1; // Default to bottom row
|
||||||
|
}
|
||||||
|
|
||||||
|
if (c->dual_scroller_row == 0) {
|
||||||
|
n_top++;
|
||||||
|
} else {
|
||||||
|
n_bottom++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Allocate arrays for each row
|
||||||
|
if (n_top > 0) {
|
||||||
|
top_row_clients = malloc(n_top * sizeof(Client *));
|
||||||
|
if (!top_row_clients) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (n_bottom > 0) {
|
||||||
|
bottom_row_clients = malloc(n_bottom * sizeof(Client *));
|
||||||
|
if (!bottom_row_clients) {
|
||||||
|
free(top_row_clients);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fill row arrays
|
||||||
|
unsigned int top_idx = 0, bottom_idx = 0;
|
||||||
|
wl_list_for_each(c, &clients, link) {
|
||||||
|
if (VISIBLEON(c, m) && ISSCROLLTILED(c)) {
|
||||||
|
if (c->dual_scroller_row == 0) {
|
||||||
|
top_row_clients[top_idx++] = c;
|
||||||
|
} else {
|
||||||
|
bottom_row_clients[bottom_idx++] = c;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Calculate row heights (30% top, 70% bottom)
|
||||||
|
unsigned int top_row_height = (unsigned int)((m->w.height - 2 * cur_gappov - cur_gappiv) * 0.3);
|
||||||
|
unsigned int bottom_row_height = m->w.height - 2 * cur_gappov - cur_gappiv - top_row_height;
|
||||||
|
unsigned int top_row_y = m->w.y + cur_gappov;
|
||||||
|
unsigned int bottom_row_y = top_row_y + top_row_height + cur_gappiv;
|
||||||
|
|
||||||
|
// Helper function to layout a single row
|
||||||
|
void layout_row(Client **row_clients, unsigned int n_row, unsigned int row_y,
|
||||||
|
unsigned int row_height, bool is_top_row) {
|
||||||
|
if (n_row == 0) return;
|
||||||
|
|
||||||
|
Client *root_client = NULL;
|
||||||
|
int focus_index = -1;
|
||||||
|
bool need_scroller = false;
|
||||||
|
|
||||||
|
// Find focused client in this row
|
||||||
|
for (i = 0; i < n_row; i++) {
|
||||||
|
if (row_clients[i] == m->sel) {
|
||||||
|
root_client = row_clients[i];
|
||||||
|
focus_index = i;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// If no focused client in this row, keep current scroll position
|
||||||
|
if (!root_client && n_row > 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if scrolling is needed
|
||||||
|
if (root_client && !root_client->is_pending_open_animation &&
|
||||||
|
root_client->geom.x >= m->w.x + scroller_structs &&
|
||||||
|
root_client->geom.x + root_client->geom.width <=
|
||||||
|
m->w.x + m->w.width - scroller_structs) {
|
||||||
|
need_scroller = false;
|
||||||
|
} else {
|
||||||
|
need_scroller = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (start_drag_window)
|
||||||
|
need_scroller = false;
|
||||||
|
|
||||||
|
// Layout focused client
|
||||||
|
if (focus_index >= 0 && root_client) {
|
||||||
|
target_geom.height = row_height;
|
||||||
|
target_geom.width = max_client_width * root_client->scroller_proportion;
|
||||||
|
target_geom.y = row_y;
|
||||||
|
|
||||||
|
// Handle fullscreen and maximize
|
||||||
|
if (root_client->isfullscreen) {
|
||||||
|
target_geom.height = m->m.height;
|
||||||
|
target_geom.width = m->m.width;
|
||||||
|
target_geom.y = m->m.y;
|
||||||
|
target_geom.x = m->m.x;
|
||||||
|
resize(root_client, target_geom, 0);
|
||||||
|
} else if (root_client->ismaximizescreen) {
|
||||||
|
target_geom.height = m->w.height - 2 * cur_gappov;
|
||||||
|
target_geom.width = m->w.width - 2 * cur_gappoh;
|
||||||
|
target_geom.y = m->w.y + cur_gappov;
|
||||||
|
target_geom.x = m->w.x + cur_gappoh;
|
||||||
|
resize(root_client, target_geom, 0);
|
||||||
|
} else if (need_scroller) {
|
||||||
|
// Determine if we should center
|
||||||
|
bool should_center = (scroller_focus_center ||
|
||||||
|
((!m->prevsel ||
|
||||||
|
(ISSCROLLTILED(m->prevsel) &&
|
||||||
|
(m->prevsel->scroller_proportion * max_client_width) +
|
||||||
|
(root_client->scroller_proportion * max_client_width) >
|
||||||
|
m->w.width - 2 * scroller_structs - cur_gappih)) &&
|
||||||
|
scroller_prefer_center));
|
||||||
|
|
||||||
|
// Top row: never center
|
||||||
|
if (is_top_row) {
|
||||||
|
should_center = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (should_center) {
|
||||||
|
target_geom.x = m->w.x + (m->w.width - target_geom.width) / 2;
|
||||||
|
} else {
|
||||||
|
target_geom.x = root_client->geom.x > m->w.x + (m->w.width) / 2
|
||||||
|
? m->w.x + (m->w.width -
|
||||||
|
root_client->scroller_proportion *
|
||||||
|
max_client_width -
|
||||||
|
scroller_structs)
|
||||||
|
: m->w.x + scroller_structs;
|
||||||
|
}
|
||||||
|
resize(root_client, target_geom, 0);
|
||||||
|
} else {
|
||||||
|
target_geom.x = root_client->geom.x;
|
||||||
|
resize(root_client, target_geom, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Layout clients to the left of focused
|
||||||
|
for (i = focus_index - 1; i >= 0 && i < n_row; i--) {
|
||||||
|
c = row_clients[i];
|
||||||
|
target_geom.width = max_client_width * c->scroller_proportion;
|
||||||
|
target_geom.height = row_height;
|
||||||
|
target_geom.y = row_y;
|
||||||
|
|
||||||
|
if (!c->isfullscreen && !c->ismaximizescreen) {
|
||||||
|
target_geom.x = row_clients[i + 1]->geom.x - cur_gappih - target_geom.width;
|
||||||
|
resize(c, target_geom, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Layout clients to the right of focused
|
||||||
|
for (i = focus_index + 1; i < n_row; i++) {
|
||||||
|
c = row_clients[i];
|
||||||
|
target_geom.width = max_client_width * c->scroller_proportion;
|
||||||
|
target_geom.height = row_height;
|
||||||
|
target_geom.y = row_y;
|
||||||
|
|
||||||
|
if (!c->isfullscreen && !c->ismaximizescreen) {
|
||||||
|
target_geom.x = row_clients[i - 1]->geom.x + cur_gappih + row_clients[i - 1]->geom.width;
|
||||||
|
resize(c, target_geom, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Layout both rows independently
|
||||||
|
layout_row(top_row_clients, n_top, top_row_y, top_row_height, true);
|
||||||
|
layout_row(bottom_row_clients, n_bottom, bottom_row_y, bottom_row_height, false);
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
free(top_row_clients);
|
||||||
|
free(bottom_row_clients);
|
||||||
|
}
|
||||||
|
|
||||||
void center_tile(Monitor *m) {
|
void center_tile(Monitor *m) {
|
||||||
unsigned int i, n = 0, h, r, ie = enablegaps, mw, mx, my, oty, ety, tw;
|
unsigned int i, n = 0, h, r, ie = enablegaps, mw, mx, my, oty, ety, tw;
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
@@ -803,4 +1010,4 @@ monocle(Monitor *m) {
|
|||||||
}
|
}
|
||||||
if ((c = focustop(m)))
|
if ((c = focustop(m)))
|
||||||
wlr_scene_node_raise_to_top(&c->scene->node);
|
wlr_scene_node_raise_to_top(&c->scene->node);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ static void vertical_overview(Monitor *m);
|
|||||||
static void vertical_grid(Monitor *m);
|
static void vertical_grid(Monitor *m);
|
||||||
static void vertical_scroller(Monitor *m);
|
static void vertical_scroller(Monitor *m);
|
||||||
static void vertical_deck(Monitor *mon);
|
static void vertical_deck(Monitor *mon);
|
||||||
|
static void dual_scroller(Monitor *mon);
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
Layout overviewlayout = {"", overview, "overview"};
|
Layout overviewlayout = {"", overview, "overview"};
|
||||||
@@ -27,6 +28,7 @@ enum {
|
|||||||
VERTICAL_GRID,
|
VERTICAL_GRID,
|
||||||
VERTICAL_DECK,
|
VERTICAL_DECK,
|
||||||
RIGHT_TILE,
|
RIGHT_TILE,
|
||||||
|
DUAL_SCROLLER,
|
||||||
};
|
};
|
||||||
|
|
||||||
Layout layouts[] = {
|
Layout layouts[] = {
|
||||||
@@ -44,4 +46,5 @@ Layout layouts[] = {
|
|||||||
{"VT", vertical_tile, "vertical_tile", VERTICAL_TILE}, // 垂直平铺布局
|
{"VT", vertical_tile, "vertical_tile", VERTICAL_TILE}, // 垂直平铺布局
|
||||||
{"VG", vertical_grid, "vertical_grid", VERTICAL_GRID}, // 垂直格子布局
|
{"VG", vertical_grid, "vertical_grid", VERTICAL_GRID}, // 垂直格子布局
|
||||||
{"VK", vertical_deck, "vertical_deck", VERTICAL_DECK}, // 垂直卡片布局
|
{"VK", vertical_deck, "vertical_deck", VERTICAL_DECK}, // 垂直卡片布局
|
||||||
|
{"DS", dual_scroller, "dual_scroller", DUAL_SCROLLER}, // 双行滚动布局
|
||||||
};
|
};
|
||||||
@@ -263,7 +263,8 @@ void vertical_scroller(Monitor *m) {
|
|||||||
for (i = 0; i < n; i++) {
|
for (i = 0; i < n; i++) {
|
||||||
c = tempClients[i];
|
c = tempClients[i];
|
||||||
if (root_client == c) {
|
if (root_client == c) {
|
||||||
if (c->geom.y >= m->w.y + scroller_structs &&
|
if (!c->is_pending_open_animation &&
|
||||||
|
c->geom.y >= m->w.y + scroller_structs &&
|
||||||
c->geom.y + c->geom.height <=
|
c->geom.y + c->geom.height <=
|
||||||
m->w.y + m->w.height - scroller_structs) {
|
m->w.y + m->w.height - scroller_structs) {
|
||||||
need_scroller = false;
|
need_scroller = false;
|
||||||
|
|||||||
98
src/mango.c
98
src/mango.c
@@ -285,6 +285,7 @@ struct Client {
|
|||||||
struct wlr_scene_tree *scene;
|
struct wlr_scene_tree *scene;
|
||||||
struct wlr_scene_rect *border; /* top, bottom, left, right */
|
struct wlr_scene_rect *border; /* top, bottom, left, right */
|
||||||
struct wlr_scene_shadow *shadow;
|
struct wlr_scene_shadow *shadow;
|
||||||
|
struct wlr_scene_blur *blur;
|
||||||
struct wlr_scene_tree *scene_surface;
|
struct wlr_scene_tree *scene_surface;
|
||||||
struct wl_list link;
|
struct wl_list link;
|
||||||
struct wl_list flink;
|
struct wl_list flink;
|
||||||
@@ -374,6 +375,7 @@ struct Client {
|
|||||||
double old_master_mfact_per, old_master_inner_per, old_stack_innder_per;
|
double old_master_mfact_per, old_master_inner_per, old_stack_innder_per;
|
||||||
double old_scroller_pproportion;
|
double old_scroller_pproportion;
|
||||||
bool ismaster;
|
bool ismaster;
|
||||||
|
int dual_scroller_row; // 0 = top row, 1 = bottom row, -1 = not set
|
||||||
bool cursor_in_upper_half, cursor_in_left_half;
|
bool cursor_in_upper_half, cursor_in_left_half;
|
||||||
bool isleftstack;
|
bool isleftstack;
|
||||||
int tearing_hint;
|
int tearing_hint;
|
||||||
@@ -423,6 +425,7 @@ typedef struct {
|
|||||||
struct wlr_scene_tree *scene;
|
struct wlr_scene_tree *scene;
|
||||||
struct wlr_scene_tree *popups;
|
struct wlr_scene_tree *popups;
|
||||||
struct wlr_scene_shadow *shadow;
|
struct wlr_scene_shadow *shadow;
|
||||||
|
struct wlr_scene_blur *blur;
|
||||||
struct wlr_scene_layer_surface_v1 *scene_layer;
|
struct wlr_scene_layer_surface_v1 *scene_layer;
|
||||||
struct wl_list link;
|
struct wl_list link;
|
||||||
struct wl_list fadeout_link;
|
struct wl_list fadeout_link;
|
||||||
@@ -719,6 +722,7 @@ static struct wlr_scene_tree *
|
|||||||
wlr_scene_tree_snapshot(struct wlr_scene_node *node,
|
wlr_scene_tree_snapshot(struct wlr_scene_node *node,
|
||||||
struct wlr_scene_tree *parent);
|
struct wlr_scene_tree *parent);
|
||||||
static bool is_scroller_layout(Monitor *m);
|
static bool is_scroller_layout(Monitor *m);
|
||||||
|
static bool is_row_layout(Monitor *m);
|
||||||
static void create_output(struct wlr_backend *backend, void *data);
|
static void create_output(struct wlr_backend *backend, void *data);
|
||||||
static void get_layout_abbr(char *abbr, const char *full_name);
|
static void get_layout_abbr(char *abbr, const char *full_name);
|
||||||
static void apply_named_scratchpad(Client *target_client);
|
static void apply_named_scratchpad(Client *target_client);
|
||||||
@@ -737,7 +741,6 @@ static void refresh_monitors_workspaces_status(Monitor *m);
|
|||||||
static void init_client_properties(Client *c);
|
static void init_client_properties(Client *c);
|
||||||
static float *get_border_color(Client *c);
|
static float *get_border_color(Client *c);
|
||||||
static void request_fresh_all_monitors(void);
|
static void request_fresh_all_monitors(void);
|
||||||
static void clear_fullscreen_and_maximized_state(Monitor *m);
|
|
||||||
|
|
||||||
#include "data/static_keymap.h"
|
#include "data/static_keymap.h"
|
||||||
#include "dispatch/bind_declare.h"
|
#include "dispatch/bind_declare.h"
|
||||||
@@ -935,25 +938,11 @@ void applybounds(Client *c, struct wlr_box *bbox) {
|
|||||||
c->geom.y = bbox->y;
|
c->geom.y = bbox->y;
|
||||||
}
|
}
|
||||||
|
|
||||||
void clear_fullscreen_and_maximized_state(Monitor *m) {
|
|
||||||
Client *fc = NULL;
|
|
||||||
wl_list_for_each(fc, &clients, link) {
|
|
||||||
if (fc && VISIBLEON(fc, m) && ISFULLSCREEN(fc)) {
|
|
||||||
clear_fullscreen_flag(fc);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*清除全屏标志,还原全屏时清0的border*/
|
/*清除全屏标志,还原全屏时清0的border*/
|
||||||
void clear_fullscreen_flag(Client *c) {
|
void clear_fullscreen_flag(Client *c) {
|
||||||
|
|
||||||
if ((c->mon->pertag->ltidxs[get_tags_first_tag_num(c->tags)]->id ==
|
if (is_scroller_layout(c->mon))
|
||||||
SCROLLER ||
|
|
||||||
c->mon->pertag->ltidxs[get_tags_first_tag_num(c->tags)]->id ==
|
|
||||||
VERTICAL_SCROLLER) &&
|
|
||||||
!c->isfloating) {
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if (c->isfullscreen) {
|
if (c->isfullscreen) {
|
||||||
setfullscreen(c, false);
|
setfullscreen(c, false);
|
||||||
@@ -2143,12 +2132,16 @@ static void iter_layer_scene_buffers(struct wlr_scene_buffer *buffer, int sx,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_scene_buffer_set_backdrop_blur(buffer, true);
|
LayerSurface *l = (LayerSurface *)user_data;
|
||||||
wlr_scene_buffer_set_backdrop_blur_ignore_transparent(buffer, true);
|
|
||||||
|
wlr_scene_node_set_enabled(&l->blur->node, true);
|
||||||
|
wlr_scene_blur_set_transparency_mask_source(l->blur, buffer);
|
||||||
|
wlr_scene_blur_set_size(l->blur, l->geom.width, l->geom.height);
|
||||||
|
|
||||||
if (blur_optimized) {
|
if (blur_optimized) {
|
||||||
wlr_scene_buffer_set_backdrop_blur_optimized(buffer, true);
|
wlr_scene_blur_set_should_only_blur_bottom_layer(l->blur, true);
|
||||||
} else {
|
} else {
|
||||||
wlr_scene_buffer_set_backdrop_blur_optimized(buffer, false);
|
wlr_scene_blur_set_should_only_blur_bottom_layer(l->blur, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2193,13 +2186,17 @@ void maplayersurfacenotify(struct wl_listener *listener, void *data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 初始化阴影
|
// 初始化阴影
|
||||||
if (layer_surface->current.exclusive_zone == 0 &&
|
if (layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM &&
|
||||||
layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM &&
|
|
||||||
layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND) {
|
layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND) {
|
||||||
l->shadow = wlr_scene_shadow_create(l->scene, 0, 0, border_radius,
|
if (layer_surface->current.exclusive_zone == 0) {
|
||||||
shadows_blur, shadowscolor);
|
l->shadow = wlr_scene_shadow_create(l->scene, 0, 0, border_radius,
|
||||||
wlr_scene_node_lower_to_bottom(&l->shadow->node);
|
shadows_blur, shadowscolor);
|
||||||
wlr_scene_node_set_enabled(&l->shadow->node, true);
|
wlr_scene_node_lower_to_bottom(&l->shadow->node);
|
||||||
|
wlr_scene_node_set_enabled(&l->shadow->node, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
l->blur = wlr_scene_blur_create(l->scene, 0, 0);
|
||||||
|
wlr_scene_node_lower_to_bottom(&l->blur->node);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初始化动画
|
// 初始化动画
|
||||||
@@ -2210,15 +2207,6 @@ void maplayersurfacenotify(struct wl_listener *listener, void *data) {
|
|||||||
}
|
}
|
||||||
// 刷新布局,让窗口能感应到exclude_zone变化以及设置独占表面
|
// 刷新布局,让窗口能感应到exclude_zone变化以及设置独占表面
|
||||||
arrangelayers(l->mon);
|
arrangelayers(l->mon);
|
||||||
|
|
||||||
// 按需交互layer需要像正常窗口一样抢占非独占layer的焦点
|
|
||||||
if (!exclusive_focus &&
|
|
||||||
l->layer_surface->current.keyboard_interactive ==
|
|
||||||
ZWLR_LAYER_SURFACE_V1_KEYBOARD_INTERACTIVITY_ON_DEMAND) {
|
|
||||||
focusclient(NULL, 0);
|
|
||||||
client_notify_enter(l->layer_surface->surface,
|
|
||||||
wlr_seat_get_keyboard(seat));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void commitlayersurfacenotify(struct wl_listener *listener, void *data) {
|
void commitlayersurfacenotify(struct wl_listener *listener, void *data) {
|
||||||
@@ -2265,7 +2253,8 @@ void commitlayersurfacenotify(struct wl_listener *listener, void *data) {
|
|||||||
if (!l->noblur &&
|
if (!l->noblur &&
|
||||||
layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM &&
|
layer_surface->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM &&
|
||||||
layer_surface->current.layer !=
|
layer_surface->current.layer !=
|
||||||
ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND) {
|
ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND &&
|
||||||
|
l->blur) {
|
||||||
|
|
||||||
wlr_scene_node_for_each_buffer(&l->scene->node,
|
wlr_scene_node_for_each_buffer(&l->scene->node,
|
||||||
iter_layer_scene_buffers, l);
|
iter_layer_scene_buffers, l);
|
||||||
@@ -2784,6 +2773,7 @@ createnotify(struct wl_listener *listener, void *data) {
|
|||||||
c = toplevel->base->data = ecalloc(1, sizeof(*c));
|
c = toplevel->base->data = ecalloc(1, sizeof(*c));
|
||||||
c->surface.xdg = toplevel->base;
|
c->surface.xdg = toplevel->base;
|
||||||
c->bw = borderpx;
|
c->bw = borderpx;
|
||||||
|
c->dual_scroller_row = -1; // Not assigned to a row yet
|
||||||
|
|
||||||
LISTEN(&toplevel->base->surface->events.commit, &c->commit, commitnotify);
|
LISTEN(&toplevel->base->surface->events.commit, &c->commit, commitnotify);
|
||||||
LISTEN(&toplevel->base->surface->events.map, &c->map, mapnotify);
|
LISTEN(&toplevel->base->surface->events.map, &c->map, mapnotify);
|
||||||
@@ -3603,15 +3593,15 @@ static void iter_xdg_scene_buffers(struct wlr_scene_buffer *buffer, int sx,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (blur && c && !c->noblur) {
|
if (blur && c && !c->noblur) {
|
||||||
wlr_scene_buffer_set_backdrop_blur(buffer, true);
|
wlr_scene_node_set_enabled(&c->blur->node, true);
|
||||||
wlr_scene_buffer_set_backdrop_blur_ignore_transparent(buffer, false);
|
// wlr_scene_blur_set_transparency_mask_source(c->blur, buffer);
|
||||||
if (blur_optimized) {
|
if (blur_optimized) {
|
||||||
wlr_scene_buffer_set_backdrop_blur_optimized(buffer, true);
|
wlr_scene_blur_set_should_only_blur_bottom_layer(c->blur, true);
|
||||||
} else {
|
} else {
|
||||||
wlr_scene_buffer_set_backdrop_blur_optimized(buffer, false);
|
wlr_scene_blur_set_should_only_blur_bottom_layer(c->blur, false);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
wlr_scene_buffer_set_backdrop_blur(buffer, false);
|
wlr_scene_node_set_enabled(&c->blur->node, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3726,6 +3716,9 @@ mapnotify(struct wl_listener *listener, void *data) {
|
|||||||
c->shadow = wlr_scene_shadow_create(c->scene, 0, 0, border_radius,
|
c->shadow = wlr_scene_shadow_create(c->scene, 0, 0, border_radius,
|
||||||
shadows_blur, shadowscolor);
|
shadows_blur, shadowscolor);
|
||||||
|
|
||||||
|
c->blur = wlr_scene_blur_create(c->scene_surface, 0, 0);
|
||||||
|
wlr_scene_node_lower_to_bottom(&c->blur->node);
|
||||||
|
|
||||||
wlr_scene_node_lower_to_bottom(&c->shadow->node);
|
wlr_scene_node_lower_to_bottom(&c->shadow->node);
|
||||||
wlr_scene_node_set_enabled(&c->shadow->node, true);
|
wlr_scene_node_set_enabled(&c->shadow->node, true);
|
||||||
|
|
||||||
@@ -3733,7 +3726,7 @@ mapnotify(struct wl_listener *listener, void *data) {
|
|||||||
// tile at the top
|
// tile at the top
|
||||||
wl_list_insert(&clients, &c->link); // 新窗口是master,头部入栈
|
wl_list_insert(&clients, &c->link); // 新窗口是master,头部入栈
|
||||||
else if (selmon && is_scroller_layout(selmon) &&
|
else if (selmon && is_scroller_layout(selmon) &&
|
||||||
selmon->visible_scroll_tiling_clients > 0) {
|
selmon->visible_tiling_clients > 0) {
|
||||||
|
|
||||||
if (selmon->sel && ISSCROLLTILED(selmon->sel) &&
|
if (selmon->sel && ISSCROLLTILED(selmon->sel) &&
|
||||||
VISIBLEON(selmon->sel, selmon)) {
|
VISIBLEON(selmon->sel, selmon)) {
|
||||||
@@ -3743,6 +3736,11 @@ mapnotify(struct wl_listener *listener, void *data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (at_client) {
|
if (at_client) {
|
||||||
|
// For row-based layouts, assign new client to same row as focused client
|
||||||
|
if (is_row_layout(selmon) && at_client->dual_scroller_row >= 0) {
|
||||||
|
c->dual_scroller_row = at_client->dual_scroller_row;
|
||||||
|
}
|
||||||
|
|
||||||
at_client->link.next->prev = &c->link;
|
at_client->link.next->prev = &c->link;
|
||||||
c->link.prev = &at_client->link;
|
c->link.prev = &at_client->link;
|
||||||
c->link.next = at_client->link.next;
|
c->link.next = at_client->link.next;
|
||||||
@@ -4567,7 +4565,7 @@ void setmaximizescreen(Client *c, int maximizescreen) {
|
|||||||
maximizescreen_box.width = c->mon->w.width - 2 * gappoh;
|
maximizescreen_box.width = c->mon->w.width - 2 * gappoh;
|
||||||
maximizescreen_box.height = c->mon->w.height - 2 * gappov;
|
maximizescreen_box.height = c->mon->w.height - 2 * gappov;
|
||||||
wlr_scene_node_raise_to_top(&c->scene->node); // 将视图提升到顶层
|
wlr_scene_node_raise_to_top(&c->scene->node); // 将视图提升到顶层
|
||||||
if (!is_scroller_layout(c->mon) || c->isfloating)
|
if (!is_scroller_layout(c->mon))
|
||||||
resize(c, maximizescreen_box, 0);
|
resize(c, maximizescreen_box, 0);
|
||||||
c->ismaximizescreen = 1;
|
c->ismaximizescreen = 1;
|
||||||
} else {
|
} else {
|
||||||
@@ -4577,8 +4575,9 @@ void setmaximizescreen(Client *c, int maximizescreen) {
|
|||||||
setfloating(c, 1);
|
setfloating(c, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_scene_node_reparent(&c->scene->node,
|
wlr_scene_node_reparent(&c->scene->node, layers[maximizescreen ? LyrTile
|
||||||
layers[c->isfloating ? LyrTop : LyrTile]);
|
: c->isfloating ? LyrTop
|
||||||
|
: LyrTile]);
|
||||||
if (!c->ismaximizescreen) {
|
if (!c->ismaximizescreen) {
|
||||||
set_size_per(c->mon, c);
|
set_size_per(c->mon, c);
|
||||||
}
|
}
|
||||||
@@ -4624,7 +4623,7 @@ void setfullscreen(Client *c, int fullscreen) // 用自定义全屏代理自带
|
|||||||
|
|
||||||
c->bw = 0;
|
c->bw = 0;
|
||||||
wlr_scene_node_raise_to_top(&c->scene->node); // 将视图提升到顶层
|
wlr_scene_node_raise_to_top(&c->scene->node); // 将视图提升到顶层
|
||||||
if (!is_scroller_layout(c->mon) || c->isfloating)
|
if (!is_scroller_layout(c->mon))
|
||||||
resize(c, c->mon->m, 1);
|
resize(c, c->mon->m, 1);
|
||||||
c->isfullscreen = 1;
|
c->isfullscreen = 1;
|
||||||
} else {
|
} else {
|
||||||
@@ -5200,11 +5199,7 @@ unsigned int want_restore_fullscreen(Client *target_client) {
|
|||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
if (c && c != target_client && c->tags == target_client->tags &&
|
if (c && c != target_client && c->tags == target_client->tags &&
|
||||||
c == selmon->sel &&
|
c == selmon->sel) {
|
||||||
c->mon->pertag->ltidxs[get_tags_first_tag_num(c->tags)]->id !=
|
|
||||||
SCROLLER &&
|
|
||||||
c->mon->pertag->ltidxs[get_tags_first_tag_num(c->tags)]->id !=
|
|
||||||
VERTICAL_SCROLLER) {
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5802,6 +5797,7 @@ void createnotifyx11(struct wl_listener *listener, void *data) {
|
|||||||
c = xsurface->data = ecalloc(1, sizeof(*c));
|
c = xsurface->data = ecalloc(1, sizeof(*c));
|
||||||
c->surface.xwayland = xsurface;
|
c->surface.xwayland = xsurface;
|
||||||
c->type = X11;
|
c->type = X11;
|
||||||
|
c->dual_scroller_row = -1; // Not assigned to a row yet
|
||||||
/* Listen to the various events it can emit */
|
/* Listen to the various events it can emit */
|
||||||
LISTEN(&xsurface->events.associate, &c->associate, associatex11);
|
LISTEN(&xsurface->events.associate, &c->associate, associatex11);
|
||||||
LISTEN(&xsurface->events.destroy, &c->destroy, destroynotify);
|
LISTEN(&xsurface->events.destroy, &c->destroy, destroynotify);
|
||||||
|
|||||||
Reference in New Issue
Block a user