From 0857e4b6dac3ae24fac0b22f6170c213e28926c9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 03:25:52 -0700 Subject: [PATCH] Re-enable hyprexpo with hyprwinview --- dotfiles/config/hypr/hyprland.lua | 11 +++-------- nixos/flake.lock | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index b7b1d7b2..8e5b98a0 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -14,7 +14,7 @@ local monocle_layout = "monocle" local minimized_workspace = "special:minimized" local current_layout = columns_layout local enable_nstack = true -local enable_hyprexpo = false +local enable_hyprexpo = true local enable_hyprwinview = true local enable_workspace_history = true local configure_nstack_plugin_from_lua = false @@ -1665,13 +1665,8 @@ bind(main_mod .. " + E", exec("emacsclient --eval '(emacs-everywhere)'")) bind(main_mod .. " + V", exec("wl-paste | xdotool type --file -")) bind(main_mod .. " + Tab", hyprwinview("toggle")) bind(main_mod .. " + SHIFT + Tab", hyprwinview("toggle other-workspaces")) -if enable_hyprexpo then - bind("ALT + Tab", hyprexpo("toggle")) - bind("ALT + SHIFT + Tab", hyprexpo("bring")) -else - bind("ALT + Tab", hyprwinview("toggle")) - bind("ALT + SHIFT + Tab", hyprwinview("toggle other-workspaces")) -end +bind("ALT + Tab", hyprexpo("toggle")) +bind("ALT + SHIFT + Tab", hyprexpo("bring")) bind(main_mod .. " + G", exec(shell_ui_command .. " window go")) bind(main_mod .. " + B", exec(shell_ui_command .. " window bring")) bind(main_mod .. " + SHIFT + B", exec(shell_ui_command .. " window replace")) diff --git a/nixos/flake.lock b/nixos/flake.lock index a16bd305..32df7e98 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -1110,11 +1110,11 @@ ] }, "locked": { - "lastModified": 1777543823, - "narHash": "sha256-YDdlDPXSSJMVIIihKPkfdQN4EqQwbFY6tK8AoQPJ/QI=", + "lastModified": 1777544613, + "narHash": "sha256-pT+suSaRnTEZZJfU/FDMQ+GEu2QoLT+RHkFx/A/kpBg=", "owner": "colonelpanic8", "repo": "hyprwinview", - "rev": "7990fbfd3252c5dddefcee2ae839ee96b68a7def", + "rev": "bcb4f72f436562eb210105deba5361aa58026b76", "type": "github" }, "original": {