hyprland: remove hy3

This commit is contained in:
Charlie Root 2024-10-06 12:43:44 +02:00
commit cf2d78be1c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
3 changed files with 2 additions and 18 deletions

View file

@ -27,16 +27,9 @@ in {
workspace = toString i; workspace = toString i;
in "$mainMod SHIFT, ${key}, split-movetoworkspacesilent, ${workspace}" in "$mainMod SHIFT, ${key}, split-movetoworkspacesilent, ${workspace}"
) (genList (i: i + 1) 10) ) (genList (i: i + 1) 10)
++ map (
i: let
mod = a: b: a - (b * (a / b));
key = toString (mod i 10);
index = toString i;
in "$mainMod CONTROL, ${key}, hy3:focustab, index, ${index}"
) (genList (i: i + 1) 10)
++ [ ++ [
"$mainMod, RETURN, exec, ${pkgs.foot}/bin/foot" "$mainMod, RETURN, exec, ${pkgs.foot}/bin/foot"
"$mainMod, Q, hy3:killactive" "$mainMod, Q, killactive"
"$mainMod, F, fullscreen, 0" "$mainMod, F, fullscreen, 0"
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${pkgs.fuzzel}/bin/fuzzel" "$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${pkgs.fuzzel}/bin/fuzzel"
"$mainMod, SPACE, togglefloating, active" "$mainMod, SPACE, togglefloating, active"
@ -63,14 +56,6 @@ in {
# Restart waybar # Restart waybar
"$mainMod CONTROL, B, exec, ${pkgs.procps}/bin/pkill waybar || ${pkgs.waybar}/bin/waybar" "$mainMod CONTROL, B, exec, ${pkgs.procps}/bin/pkill waybar || ${pkgs.waybar}/bin/waybar"
# hy3 group settings
"$mainMod, Z, hy3:makegroup, h"
"$mainMod SHIFT, Z, hy3:makegroup, v"
"$mainMod, U, hy3:makegroup, tab"
"$mainMod, A, hy3:changefocus, raise"
"$mainMod SHIFT, A, hy3:changefocus, lower"
"$mainMod, C, hy3:changegroup, opposite"
]; ];
binde = [ binde = [

View file

@ -52,7 +52,6 @@ in {
# Split-monitor-workspaces provides awesome-like workspace behaviour # Split-monitor-workspaces provides awesome-like workspace behaviour
plugins = [ plugins = [
split-monitor-workspaces split-monitor-workspaces
hy3
]; ];
# Xwayland for X applications # Xwayland for X applications

View file

@ -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;