hyprland: drop hy3

This commit is contained in:
Charlie Root 2025-03-26 19:15:12 +01:00
commit dcdb4235ea
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 9 additions and 24 deletions

View file

@ -54,20 +54,16 @@ in {
binde = [
# window focus
"$mainMod, H, hy3:movefocus, l"
"$mainMod, J, hy3:movefocus, d"
"$mainMod, K, hy3:movefocus, u"
"$mainMod, L, hy3:movefocus, r"
"$mainMod, H, movefocus, l"
"$mainMod, J, movefocus, d"
"$mainMod, K, movefocus, u"
"$mainMod, L, movefocus, r"
# Move Windows
"$mainMod SHIFT, H, hy3:movewindow, l"
"$mainMod SHIFT, J, hy3:movewindow, d"
"$mainMod SHIFT, K, hy3:movewindow, u"
"$mainMod SHIFT, L, hy3:movewindow, r"
"$mainMod, T, hy3:makegroup, tab"
"$mainMod, M, hy3:makegroup, h"
"$mainMod, C, hy3:makegroup, v"
"$mainMod SHIFT, H, movewindow, l"
"$mainMod SHIFT, J, movewindow, d"
"$mainMod SHIFT, K, movewindow, u"
"$mainMod SHIFT, L, movewindow, r"
];
# Media controls

View file

@ -27,8 +27,6 @@ in {
portalPackage = pkgs.xdg-desktop-portal-hyprland;
plugins = [
pkgs.hyprlandPlugins.hyprsplit
pkgs.hyprlandPlugins.hy3
# pkgs.hyprlandPlugins.hypr-dynamic-cursors
];
};
# xdg Portal

View file

@ -47,7 +47,7 @@ in {
};
general = {
layout = "hy3";
layout = "dwindle";
gaps_in = 0;
gaps_out = 0;
border_size = 2;
@ -61,15 +61,6 @@ in {
num_workspaces = 10;
persistent_workspaces = true;
};
hy3 = {
tabs = {
height = 13;
padding = 0;
radius = 0;
border_width = 1;
blur = false;
};
};
dynamic-cursors = {
enabled = true;