hyprland: drop hy3
This commit is contained in:
parent
be562f8ec3
commit
dcdb4235ea
3 changed files with 9 additions and 24 deletions
|
@ -54,20 +54,16 @@ in {
|
||||||
|
|
||||||
binde = [
|
binde = [
|
||||||
# window focus
|
# window focus
|
||||||
"$mainMod, H, hy3:movefocus, l"
|
"$mainMod, H, movefocus, l"
|
||||||
"$mainMod, J, hy3:movefocus, d"
|
"$mainMod, J, movefocus, d"
|
||||||
"$mainMod, K, hy3:movefocus, u"
|
"$mainMod, K, movefocus, u"
|
||||||
"$mainMod, L, hy3:movefocus, r"
|
"$mainMod, L, movefocus, r"
|
||||||
|
|
||||||
# Move Windows
|
# Move Windows
|
||||||
"$mainMod SHIFT, H, hy3:movewindow, l"
|
"$mainMod SHIFT, H, movewindow, l"
|
||||||
"$mainMod SHIFT, J, hy3:movewindow, d"
|
"$mainMod SHIFT, J, movewindow, d"
|
||||||
"$mainMod SHIFT, K, hy3:movewindow, u"
|
"$mainMod SHIFT, K, movewindow, u"
|
||||||
"$mainMod SHIFT, L, hy3:movewindow, r"
|
"$mainMod SHIFT, L, movewindow, r"
|
||||||
|
|
||||||
"$mainMod, T, hy3:makegroup, tab"
|
|
||||||
"$mainMod, M, hy3:makegroup, h"
|
|
||||||
"$mainMod, C, hy3:makegroup, v"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Media controls
|
# Media controls
|
||||||
|
|
|
@ -27,8 +27,6 @@ in {
|
||||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||||
plugins = [
|
plugins = [
|
||||||
pkgs.hyprlandPlugins.hyprsplit
|
pkgs.hyprlandPlugins.hyprsplit
|
||||||
pkgs.hyprlandPlugins.hy3
|
|
||||||
# pkgs.hyprlandPlugins.hypr-dynamic-cursors
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# xdg Portal
|
# xdg Portal
|
||||||
|
|
|
@ -47,7 +47,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
layout = "hy3";
|
layout = "dwindle";
|
||||||
gaps_in = 0;
|
gaps_in = 0;
|
||||||
gaps_out = 0;
|
gaps_out = 0;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
|
@ -61,15 +61,6 @@ in {
|
||||||
num_workspaces = 10;
|
num_workspaces = 10;
|
||||||
persistent_workspaces = true;
|
persistent_workspaces = true;
|
||||||
};
|
};
|
||||||
hy3 = {
|
|
||||||
tabs = {
|
|
||||||
height = 13;
|
|
||||||
padding = 0;
|
|
||||||
radius = 0;
|
|
||||||
border_width = 1;
|
|
||||||
blur = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
dynamic-cursors = {
|
dynamic-cursors = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue