diff --git a/home/modules/graphical/hyprland.nix b/home/modules/graphical/hyprland.nix index ccf7ff7..8d41aa3 100644 --- a/home/modules/graphical/hyprland.nix +++ b/home/modules/graphical/hyprland.nix @@ -6,9 +6,6 @@ enable = true; package = pkgs.hyprland; systemd.enable = false; - plugins = [ - pkgs.hyprlandPlugins.hyprexpo - ]; settings = { exec-once = [ "waybar" "uwsm app -- firefox" ]; @@ -26,15 +23,6 @@ "XMODIFIERS,@im=kime" ]; - plugin = { - hyprexpo = { - columns = 2; - gap_size = 0; - bg_col = "rgb(000000)"; - workspace_method = "first 1"; - }; - }; - bind = [ "$mod, Q, exec, $terminal" "$mod, C, killactive" @@ -80,8 +68,6 @@ "$mod SHIFT, 8, movetoworkspace, 8" "$mod SHIFT, 9, movetoworkspace, 9" "$mod SHIFT, 0, movetoworkspace, 10" - "$mod, Tab, hyprexpo:expo, toggle" - "$mod, S, exec, hyprshot-save --no-upload" "$mod SHIFT, S, exec, hyprshot-save" "$mod SHIFT, E, exec, powermenu"