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 = [
|
||||
# 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue