Re-enable hyprexpo with hyprwinview
This commit is contained in:
@@ -14,7 +14,7 @@ local monocle_layout = "monocle"
|
|||||||
local minimized_workspace = "special:minimized"
|
local minimized_workspace = "special:minimized"
|
||||||
local current_layout = columns_layout
|
local current_layout = columns_layout
|
||||||
local enable_nstack = true
|
local enable_nstack = true
|
||||||
local enable_hyprexpo = false
|
local enable_hyprexpo = true
|
||||||
local enable_hyprwinview = true
|
local enable_hyprwinview = true
|
||||||
local enable_workspace_history = true
|
local enable_workspace_history = true
|
||||||
local configure_nstack_plugin_from_lua = false
|
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 .. " + V", exec("wl-paste | xdotool type --file -"))
|
||||||
bind(main_mod .. " + Tab", hyprwinview("toggle"))
|
bind(main_mod .. " + Tab", hyprwinview("toggle"))
|
||||||
bind(main_mod .. " + SHIFT + Tab", hyprwinview("toggle other-workspaces"))
|
bind(main_mod .. " + SHIFT + Tab", hyprwinview("toggle other-workspaces"))
|
||||||
if enable_hyprexpo then
|
bind("ALT + Tab", hyprexpo("toggle"))
|
||||||
bind("ALT + Tab", hyprexpo("toggle"))
|
bind("ALT + SHIFT + Tab", hyprexpo("bring"))
|
||||||
bind("ALT + SHIFT + Tab", hyprexpo("bring"))
|
|
||||||
else
|
|
||||||
bind("ALT + Tab", hyprwinview("toggle"))
|
|
||||||
bind("ALT + SHIFT + Tab", hyprwinview("toggle other-workspaces"))
|
|
||||||
end
|
|
||||||
bind(main_mod .. " + G", exec(shell_ui_command .. " window go"))
|
bind(main_mod .. " + G", exec(shell_ui_command .. " window go"))
|
||||||
bind(main_mod .. " + B", exec(shell_ui_command .. " window bring"))
|
bind(main_mod .. " + B", exec(shell_ui_command .. " window bring"))
|
||||||
bind(main_mod .. " + SHIFT + B", exec(shell_ui_command .. " window replace"))
|
bind(main_mod .. " + SHIFT + B", exec(shell_ui_command .. " window replace"))
|
||||||
|
|||||||
6
nixos/flake.lock
generated
6
nixos/flake.lock
generated
@@ -1110,11 +1110,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777543823,
|
"lastModified": 1777544613,
|
||||||
"narHash": "sha256-YDdlDPXSSJMVIIihKPkfdQN4EqQwbFY6tK8AoQPJ/QI=",
|
"narHash": "sha256-pT+suSaRnTEZZJfU/FDMQ+GEu2QoLT+RHkFx/A/kpBg=",
|
||||||
"owner": "colonelpanic8",
|
"owner": "colonelpanic8",
|
||||||
"repo": "hyprwinview",
|
"repo": "hyprwinview",
|
||||||
"rev": "7990fbfd3252c5dddefcee2ae839ee96b68a7def",
|
"rev": "bcb4f72f436562eb210105deba5361aa58026b76",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user