Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

toggle window history

Open aloispichler opened this issue 2 years ago • 3 comments

Description

I have seen

bind= ALT, Tab, workspace, m+1        # next workspace
bind= ALT Shift, Tab, workspace, m-1  # previous workspace

recently, and this works nicely. And it would be nice, however, to have

bind= ALT, Tab, workspace, h-1         # back in history
bind= ALT Shift, Tab, workspace, h+1   # forward

to toggle the history of workspaces back- and forth, or

bind= ALT, Tab, window, h+1            # window history
bind= ALT Shift, Tab, window, h-1

for windows. Why is it important? Because alt+tab can be comfortably run with one, the left hand only. This is often better than regular window or workspace switching keybinds.

aloispichler avatar Nov 18 '23 21:11 aloispichler

not sure if there's a forward, but there's going back in history: workspace, previous

thejch avatar Nov 19 '23 00:11 thejch

Yes, true; there is even focuscurrentorlast, which is often better. But they all have limited functionality. Unfortunately, they discard and ignore the history except the very last workspace/ window.

aloispichler avatar Nov 19 '23 09:11 aloispichler

hyprswitch solves the Alt-Tab problem.

aloispichler avatar Mar 11 '24 09:03 aloispichler