Nextwrk is a simple script that moves the current window to the next available workspace in i3. It is useful for quickly moving windows to a new workspace without needing to look at the workspaces in use.
- Download from releases
- Make the script executable:
chmod +x nextwrk
- Edit i3 config:
bindsym $mod+Shift+n exec /path/to/nextwrk
- Reload i3:
$mod+Shift+r