i3wm_switch_windows

Crates.ioi3wm_switch_windows
lib.rsi3wm_switch_windows
version0.3.0
sourcesrc
created_at2024-05-01 03:13:05.908276
updated_at2024-05-05 02:36:57.835113
descriptionSwitching windows (including floating windows) across workspaces and monitors
homepage
repositoryhttps://github.com/shuieryin/i3wm_switch_windows.git
max_upload_size
id1225804
size22,037
shuieryin (shuieryin)

documentation

README

i3wm switch windows

Switching windows (including floating windows) across workspaces and monitors

Installation

  cargo install i3wm_switch_windows

Add the following lines to ~/.i3/config

bindsym $mod+Tab exec --no-startup-id i3wm_switch_windows
bindsym $mod+Shift+Tab exec --no-startup-id i3wm_switch_windows backward
Commit count: 8

cargo fmt