Skip to content

Commit 168435d

Browse files
committed
Start hyprwinview in filter mode
1 parent 91f5395 commit 168435d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dotfiles/config/hypr/hyprland.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,8 +1969,8 @@ bind(main_mod .. " + SHIFT + C", hl.dsp.window.close())
19691969
bind(main_mod .. " + SHIFT + Q", hl.dsp.exit())
19701970
bind(main_mod .. " + E", exec("emacsclient --eval '(emacs-everywhere)'"))
19711971
bind(main_mod .. " + V", exec("wl-paste | xdotool type --file -"))
1972-
bind(main_mod .. " + Tab", hyprwinview("toggle"))
1973-
bind(main_mod .. " + SHIFT + Tab", hyprwinview("toggle other-workspaces"))
1972+
bind(main_mod .. " + Tab", hyprwinview("toggle filter"))
1973+
bind(main_mod .. " + SHIFT + Tab", hyprwinview("toggle other-workspaces filter"))
19741974
bind(main_mod .. " + SHIFT + slash", hyprwinview("toggle filter"))
19751975
bind("ALT + Tab", hyprexpo("toggle"))
19761976
bind("ALT + SHIFT + Tab", hyprexpo("bring"))

nixos/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)